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

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

  

Also available in: Unified diff