summaryrefslogtreecommitdiffstats
path: root/templates/registration/logout.html
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-23 15:48:41 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-23 15:48:41 +0800
commitedf9c0e6974b197aeb5682bf00947c7509ca66c8 (patch)
tree1cb0ebd2daf7e00670422a5f96f05469b899cdaf /templates/registration/logout.html
parentea9a15a17eee6a073a59f95744deacfd34633c11 (diff)
downloadpatchwork-edf9c0e6974b197aeb5682bf00947c7509ca66c8.tar.bz2
patchwork-edf9c0e6974b197aeb5682bf00947c7509ca66c8.tar.xz
Remove redundant 'Patchwork' from titles in registration templates
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r--templates/registration/logout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index 3128d97..f030aee 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Patchwork{% endblock %}
-{% block heading %}Patchwork{% endblock %}
+{% block title %}Logout{% endblock %}
+{% block heading %}Logout{% endblock %}
{% block body %}
<p>Logged out</p>