diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 15:48:41 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 15:48:41 +0800 |
commit | edf9c0e6974b197aeb5682bf00947c7509ca66c8 (patch) | |
tree | 1cb0ebd2daf7e00670422a5f96f05469b899cdaf /templates/registration | |
parent | ea9a15a17eee6a073a59f95744deacfd34633c11 (diff) | |
download | patchwork-edf9c0e6974b197aeb5682bf00947c7509ca66c8.tar patchwork-edf9c0e6974b197aeb5682bf00947c7509ca66c8.tar.gz |
Remove redundant 'Patchwork' from titles in registration templates
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/login.html | 4 | ||||
-rw-r--r-- | templates/registration/logout.html | 4 | ||||
-rw-r--r-- | templates/registration/registration_complete.html | 4 | ||||
-rw-r--r-- | templates/registration/registration_form.html | 4 |
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 %} |