From c94d78976138d18100c9d24cbf38db57311c6136 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 9 Jul 2024 11:14:10 -0700 Subject: [PATCH] improve clarity and consistency of head titles --- templates/base.html | 2 +- templates/deed.html | 2 +- templates/legalcode.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 26ab6737..029d457e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - {% block title %}{% endblock %} | Creative Commons + {% block title %}{% endblock %} - Creative Commons {% for option in languages_and_links %} {% if option.cc_language_code == language_default %} diff --git a/templates/deed.html b/templates/deed.html index 1c13f3fb..a6539876 100644 --- a/templates/deed.html +++ b/templates/deed.html @@ -6,7 +6,7 @@ {% block body_class%}walkthrough-page{% endblock %} {% block title %} -{{ tool.identifier }} {% trans "Deed" %} | {{ tool_title }} +{% trans "Deed" %} - {{ tool_title }} {% endblock %} diff --git a/templates/legalcode.html b/templates/legalcode.html index bcc6889b..a0eea279 100644 --- a/templates/legalcode.html +++ b/templates/legalcode.html @@ -3,7 +3,7 @@ {% block title %} -{{ tool.identifier }} {% trans "Legal Code" %} | {{ tool_title }} +{% trans "Legal Code" %} - {{ tool_title }} {% endblock %}