From a3826ecdf0bcb097446e97ecc88166a5606ce471 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 18:56:31 +0100 Subject: Fixing the title tags --- pyblackbird_cc/templates/resources/resource_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyblackbird_cc/templates/resources/resource_list.html') 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 %} -- cgit v1.2.3