{% extends "layouts/main.html" %} {% block title %}Change password — pyvelm{% endblock %} {% block page_title %}Change password{% endblock %} {% block content %}
{% if error %}

{{ error }}

{% endif %} {% if success %}

Password updated.

{% endif %}

Minimum 6 characters.

Cancel
{% endblock %}