{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{% trans 'Change password' %}{% endblock %} {% block content_title %}{% trans 'Change password' %}{% endblock %} {% block body_class %}change-password{% endblock %} {% block content %} {% include 'votebase/helpers/tabs.html' with active='password' %}
{% csrf_token %} {% include 'votebase/helpers/form.html' %}
{% endblock %}