From edf9c0e6974b197aeb5682bf00947c7509ca66c8 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sat, 23 Aug 2008 15:48:41 +0800 Subject: Remove redundant 'Patchwork' from titles in registration templates Signed-off-by: Jeremy Kerr --- templates/registration/login.html | 4 ++-- templates/registration/logout.html | 4 ++-- templates/registration/registration_complete.html | 4 ++-- templates/registration/registration_form.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/registration') 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 %}

Logged out

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 %} -- cgit v1.2.3