1 {% extends "base.html" %}
4 {% block head %}{% endblock %}
5 {% block title %}{% spaceless %}{% trans "Change password" %}{% endspaceless %}{% endblock %}
7 <div class="headNormal">{% trans "Account: change password" %}</div>
8 <p class="message">{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}</p>
10 <form action="" method="post" accept-charset="utf-8">
11 <ul id="changepw-form" class="form-horizontal-rows">
14 <div class="submit-row"><input type="submit" class="submit" value="{% trans "Change password" %}" /></div>
18 <!-- end changepw.html -->