diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 19:38:03 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 19:38:03 +0100 |
commit | 64c1e2ffd2898f41fc6c5e0d080541e7289fe442 (patch) | |
tree | 43ee599064689146a4924578a50a8cca3fe4c7eb /pyblackbird_cc/templates/resources/resource_detail.html | |
parent | 355d4ce3c25a235d53b629dc7006ad47f0e56067 (diff) |
wip: fixing list page
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_detail.html')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html index bc41010..6daa42b 100644 --- a/pyblackbird_cc/templates/resources/resource_detail.html +++ b/pyblackbird_cc/templates/resources/resource_detail.html @@ -4,7 +4,7 @@ <div class="container"> <div class="row my-4"> <div class="col bg-white pt-3 border border-success border-opacity-25 rounded"> - <h3 class="mb-4">{{ resource.name }}</h3> + <h1 class="mb-4">{{ resource.name }}</h1> <div class="d-flex flex-row justify-content-between my-3"> <div> <span class="fw-bold">Subject:</span> {{ resource.main_resource_category }} |