authentic/src/authentic2/templates/registration/password_change_done.html

11 lines
187 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{{ view.title }}
{% endblock %}
{% block content %}
<p>{% trans "Password changed" %}</p>
{% endblock %}