Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / email_change_form.html @ 67345117

History | View | Annotate | Download (392 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% block body %}
4
<form action="{% url email_change %}" method="post"
5
    class="withlabels">{% csrf_token %}
6

    
7
    {% include "im/form_render.html" %}
8

    
9
    <div class="form-row submit">
10
        <input type="hidden" name="next" value="{{ next }}">
11
        <input type="submit" class="submit altcol" value="CHANGE" />
12
    </div>
13
</form>
14
{% endblock body %}