diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-21 21:25:22 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-21 21:25:22 +0100 |
commit | a6a5a0ef97efd5eabdc65a7f78adb670b0350269 (patch) | |
tree | 85e4b8fdd50424ac628d85c45f45845f94876d87 /alphabetlearning/templates/resources/resource_list.html | |
parent | 886aca24778b72edd89726c90783f8c32438db2c (diff) |
wip: still working on the resource index page
Diffstat (limited to 'alphabetlearning/templates/resources/resource_list.html')
-rw-r--r-- | alphabetlearning/templates/resources/resource_list.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/alphabetlearning/templates/resources/resource_list.html b/alphabetlearning/templates/resources/resource_list.html index bb32d90..a6e2a5d 100644 --- a/alphabetlearning/templates/resources/resource_list.html +++ b/alphabetlearning/templates/resources/resource_list.html @@ -6,7 +6,7 @@ Alphabet Learning - Resource List {% endblock title %} {% block content %} <div class="container"> - <div> + <div class="admin-box"> {% include "resources/admin_bar.html" %} </div> @@ -35,9 +35,7 @@ Alphabet Learning - Resource List {# standard resources #} <div> - <div> - <h1>Standard resources</h1> - </div> + <h1>Standard resources</h1> </div> <!-- Tabbed navigation bar for filtering --> |