Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / approval_terms.html @ 270dd48d

History | View | Annotate | Download (483 Bytes)

1
{% block body %}
2
{{ terms }}
3

    
4
{% if form %}
5
<div class="section">
6
    <form action="{% url latest_terms %}" method="post" class="login innerlabels">{% csrf_token %}
7
                {% include "im/form_render.html" %}
8
                <input type="hidden" name="next" value="{{ next }}">
9
                <div class="form-row submit">
10
                    <input type="submit" class="submit altcol" value="SUBMIT" />
11
                </div>
12
        </form>
13
{% endif %}
14
{% endblock body %}