root / snf-astakos-app / astakos / im / templates / im / projects / search_form.html @ 8a217fa2
History | View | Annotate | Download (489 Bytes)
1 |
<div class="search-projects"> |
---|---|
2 |
<p>Search for existing Projects and join the ones you like. Please search by Project name. </p> |
3 |
<form action="{% url project_search %}" method="post" class="withlabels signup submit-inline">{% csrf_token %} |
4 |
{% include "im/form_render.html" %} |
5 |
<div class="form-row submit"> |
6 |
<input type="submit" class="submit altcol" value="SEARCH" /> |
7 |
{% if q %}<a href="{% url project_search %}">clear</a>{% endif %} |
8 |
</div>
|
9 |
</form>
|
10 |
</div>
|
11 |
|