{% extends "base-user.html" %} {% block title %}Change your password{% endblock %} {% block body %}
Password change
New password must be between 8 to 16 random characters.
{% if success %}
{% endif %}
{% endblock %}