Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / search_form.html @ 32a70876

History | View | Annotate | Download (444 Bytes)

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>
9