{% extends 'cubane/backend/base.html' %} {% load form_tags %} {% block content %}

Change Password Change password for account: {{ account.username }}.

{% include 'cubane/backend/form.html' with without_continuation=True save_label='Change Password' %} {% endblock %}