aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/resources')
-rw-r--r--pyblackbird_cc/templates/resources/resource_list.html2
-rw-r--r--pyblackbird_cc/templates/resources/resource_metadata_update.html2
2 files changed, 2 insertions, 2 deletions
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' %}">#}