{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% set title = _('Password changed successful!') %} {% set classes = 'password' %} {% block content %}

{{ title }}

{% trans profile_url=url('devmo.views.profile_edit', username=user.username) %}You have successfully changed your password. Go back to edit profile page.{% endtrans %}

{% endblock content %}