]> git.ozlabs.org Git - patchwork/commitdiff
Remove redundant 'Patchwork' from titles in registration templates
authorJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 07:48:41 +0000 (15:48 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 07:48:41 +0000 (15:48 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/registration/login.html
templates/registration/logout.html
templates/registration/registration_complete.html
templates/registration/registration_form.html

index d01d0554e8642b9caaec3be17ceb5b18f33e3d09..eef56a43a8f5dc045e993a5cef5d8d4129454cbe 100644 (file)
@@ -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 %}
index 3128d979f6b345cedadc980f3d9a47abe401fb6a..f030aeefd479e258ac479ee59990316877aec4fe 100644 (file)
@@ -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>
index 47ee3f22951a2b98be04a5d22aa7112d575d640b..eb91c155a1aa94612204370ea9bde653ff174067 100644 (file)
@@ -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 %}
 
index c8ce1160e4545a17f630825f4f1f4a15ddca646c..8938e40ce663d52d8c8bf5e36216a41984284e72 100644 (file)
@@ -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 %}