1 {% extends "account/base.html" %}
4 {% block title %}{{ title }}{% endblock %}
8 {% with menu='password' %}
14 {% block accounts-content %}
21 {% if form.errors.items|length == 1 %}
22 {% trans "Please correct the error below." %}
24 {% trans "Please correct the errors below." %}
29 <p>{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
34 <input type="submit" value="{% trans 'Change my password' %}" class="btn btn-primary">