local changes from server
[redakcja.git] / redakcja / templates / registration / password_reset_complete.html
diff --git a/redakcja/templates/registration/password_reset_complete.html b/redakcja/templates/registration/password_reset_complete.html
new file mode 100644 (file)
index 0000000..0a95883
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "catalogue/base.html" %}
+{% load i18n %}
+
+{% block inner_content %}
+<h1>{{ title }}</h1>
+
+<p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
+
+<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
+
+{% endblock %}