{% extends "var_cms/base.html" %} {% block page_title %}{{ title }}{% endblock %} {% block content %}

Update Your Password

Change the password you use to sign in to the control panel.

{% if error_msg %}
{{ error_msg }}
{% endif %} {% if success_msg %}
{{ success_msg }}
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}