From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- .../resources/create_featured_resource.html | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 pyblackbird_cc/templates/resources/create_featured_resource.html (limited to 'pyblackbird_cc/templates/resources/create_featured_resource.html') diff --git a/pyblackbird_cc/templates/resources/create_featured_resource.html b/pyblackbird_cc/templates/resources/create_featured_resource.html deleted file mode 100644 index 19022fc..0000000 --- a/pyblackbird_cc/templates/resources/create_featured_resource.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "base.html" %} - -{% load static %} - -{% block title %} - Add featured resource -{% endblock title %} -{% block content %} - {% if messages %} - - {% endif %} - {% if request.user.is_authenticated and request.user.is_staff %} -
-
-

Configure featured resources

-

You can select three resources to be "featured" on the main page

-
-
- {% else %} -

You must be a super-user to access this page.

- {% endif %} -{% endblock content %} -- cgit v1.2.3