diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 18:56:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 18:56:31 +0100 |
commit | a3826ecdf0bcb097446e97ecc88166a5606ce471 (patch) | |
tree | b4afe4a8cf794eff3afc2dd0f3f9363bf939472c | |
parent | f0640685f55edf4fc81c76abff7953adb9b0a04c (diff) |
Fixing the title tags
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/templates/base.html | 2 | ||||
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 2 | ||||
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_metadata_update.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index 2f4c469..6de8fef 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -8,7 +8,7 @@ <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title> {% block title %} - Joanna Lemon Resources + Joanna Lemon Learning - Resources {% endblock title %} </title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index cb924d6..046aa7f 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -3,7 +3,7 @@ {% load static %} {% block title %} - Joanna Lemon Resources - Resource List + Joanna Lemon Learning - Resource List {% endblock title %} {% block content %} {% if request.user.is_authenticated and request.user.is_staff %} diff --git a/pyblackbird_cc/templates/resources/resource_metadata_update.html b/pyblackbird_cc/templates/resources/resource_metadata_update.html index bb37ea1..4c318c7 100644 --- a/pyblackbird_cc/templates/resources/resource_metadata_update.html +++ b/pyblackbird_cc/templates/resources/resource_metadata_update.html @@ -4,7 +4,7 @@ {% load crispy_forms_tags %} {% block title %} - Joanna Lemon Resources - Update Resource + Joanna Lemon Learning - Update Resource {% endblock title %} {# {% block extra_css %}#} {# <link rel="stylesheet" href="{% static 'css/forms.css' %}">#} |