Revision fb9d96e9 snf-astakos-app/astakos/im/templates/im/projects/search_form.html

b/snf-astakos-app/astakos/im/templates/im/projects/search_form.html
1 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>
2
	<p>Search for existing Projects and join the ones you like. </p><br>
10 3
</div>
11 4

  

Also available in: Unified diff