summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-10 13:18:20 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-10 13:18:20 +0200
commita37aff61f89497db42e5b4ce04c2ff12142a3ea6 (patch)
tree754546a45a32adab26c35c76b0f6099aff553350
parent3a0ebad61499670564e12696c1445d2ebf435921 (diff)
Minor ui fix.
-rw-r--r--templates/changepw/reset_password.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/changepw/reset_password.html b/templates/changepw/reset_password.html
index 9106c70..739594d 100644
--- a/templates/changepw/reset_password.html
+++ b/templates/changepw/reset_password.html
@@ -31,5 +31,8 @@
<p>Return code: {{ return_value }}</p>
{% endif %}
-<p><a href="{% url logout %}">Log out</a></p>
+<p>
+ <a href="{% url index %}">Back</a><br />
+ <a href="{% url logout %}">Log out</a>
+</p>
{% endblock %}