This commit is contained in:
Ross
2022-06-09 18:15:42 +01:00
parent 8c10e2160a
commit 33e82e8676
4 changed files with 65 additions and 2 deletions
@@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% load i18n %}.
{% block title %}Password change{% endblock %}
{% block content %}
<h1>Password changed</h1>
<p>{% translate 'Your password was changed.' %}</p>
{% endblock %}