{% extends "layouts/main.html" %} {% block title %}Change password — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}Change password{% endblock %} {% block content %}
{% if error %}

{{ error }}

{% endif %} {% if success %}

Password updated.

{% endif %}

Minimum 6 characters.

Back to profile
{% endblock %}