{% extends "turkle/base.html" %} {% load i18n static %} {# This is shown to annotators and for admin site #} {% block body %}
{% block content %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %}
{% csrf_token %} {% block content_title %}

{{ title }}

{% endblock %}

{% trans "Enter your current password and your new password twice for verification." %}

{% for field in form %} {% include 'registration/form_field.html' %} {% endfor %} {{ form.new_password1.help_text|safe }}
{% endblock %}
{% endblock %}