{% extends "profiles/base_edit.html" %} {% load trans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Set password" %} {% endblock title %} {% block profile_admin_change_password %} active {% endblock profile_admin_change_password %} active {% block edit_content_header %} {% trans "Set password" %} {% endblock edit_content_header %} {% block edit_content %}
{% endblock edit_content %}