summaryrefslogtreecommitdiffstats
path: root/templates
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
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')
-rw-r--r--templates/registration/login.html4
-rw-r--r--templates/registration/logout.html4
-rw-r--r--templates/registration/registration_complete.html4
-rw-r--r--templates/registration/registration_form.html4
4 files changed, 8 insertions, 8 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html
index d01d055..eef56a4 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Patchwork Login{% endblock %}
-{% block heading %}Patchwork Login{% endblock %}
+{% block title %}Login{% endblock %}
+{% block heading %}Login{% endblock %}
{% block body %}
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>
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
index 47ee3f2..eb91c15 100644
--- a/templates/registration/registration_complete.html
+++ b/templates/registration/registration_complete.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Patchwork Registration{% endblock %}
-{% block heading %}Patchwork Registration{% endblock %}
+{% block title %}Registration{% endblock %}
+{% block heading %}Registration{% endblock %}
{% block body %}
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html
index c8ce116..8938e40 100644
--- a/templates/registration/registration_form.html
+++ b/templates/registration/registration_form.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
-{% block title %}Patchwork Registration{% endblock %}
-{% block heading %}Patchwork Registration{% endblock %}
+{% block title %}Registration{% endblock %}
+{% block heading %}Registration{% endblock %}
{% block body %}