Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (189 Bytes)

1
{% extends 'im/one_col_base.html'%}
2

    
3
{%block page.title %}Password reset{% endblock %}
4
{% block body %}
5
<div class="section">
6
    <h2>Password reset successfully</h2>
7
</div>
8
{% endblock %}