diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-27 09:33:15 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-28 13:51:52 +0000 |
commit | b7a7acbc43bc7e574073c45c75f778404548c034 (patch) | |
tree | b9c035596d47da1b9e10a3ecd9f262998291df34 /alphabetlearning/templates/resources | |
parent | 916d926f84e5b16ffb70a73b50827a64e5ac19f4 (diff) |
big background colour change
Diffstat (limited to 'alphabetlearning/templates/resources')
-rw-r--r-- | alphabetlearning/templates/resources/resource_detail.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/alphabetlearning/templates/resources/resource_detail.html b/alphabetlearning/templates/resources/resource_detail.html index 6128627..edcd6e3 100644 --- a/alphabetlearning/templates/resources/resource_detail.html +++ b/alphabetlearning/templates/resources/resource_detail.html @@ -4,7 +4,6 @@ {% block content %} -<div> <div> {% for tn_url, tn_filename in resource.thumbnails %} <div> @@ -65,7 +64,6 @@ </div> </div> </div> -</div> <h1 class="section-title">Preview the PDF</h1> |