From: Jeremy Kerr Date: Sat, 23 Aug 2008 07:48:41 +0000 (+0800) Subject: Remove redundant 'Patchwork' from titles in registration templates X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=edf9c0e6974b197aeb5682bf00947c7509ca66c8;p=patchwork Remove redundant 'Patchwork' from titles in registration templates Signed-off-by: Jeremy Kerr --- 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 %}