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 --- .../templates/resources/resource_detail.html | 82 ---------------------- 1 file changed, 82 deletions(-) delete mode 100644 pyblackbird_cc/templates/resources/resource_detail.html (limited to 'pyblackbird_cc/templates/resources/resource_detail.html') diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html deleted file mode 100644 index 6c6ceda..0000000 --- a/pyblackbird_cc/templates/resources/resource_detail.html +++ /dev/null @@ -1,82 +0,0 @@ -{% extends 'base.html' %} - -{% load markdown_extras %} - -{% block content %} - -
-
- {% for tn_url, tn_filename in resource.thumbnails %} -
- {{ tn_filename }} -
- {% endfor %} -
-
-
-
-

{{ resource.name }}

-
-
-
-
-

{{ resource.main_resource_category }}

-
-
-

{{ resource.age_range }}

-
-
- -
- {% if resource.pdf_filenames|length > 1 %} -

Contains {{ resource.pdf_filenames|length }} PDF files.

- {% else %} -

Contains {{ resource.pdf_filenames|length }} PDF file.

- {% endif %} -
-
-

£1.50 (or 1 credit)

-
- -
- -
-
-

Product summary

-

{{resource.card_description}}

-
-
-
-
-
- -
-
-
-
-
- - - -
- {% for snapshot_filename, snapshot_urls in resource.snapshot_urls.items %} - {% for snapshot_url in snapshot_urls %} -
- {{ snapshot_name }} -
- {% endfor %} - {% endfor %} -
- - -
-
-

Product detail

- {{ resource.description | markdown | safe }} -
-
- -{% endblock content %} - -- cgit v1.2.3