From a6e798d147ed5f8c653def9fa4bcb1e50f7687c8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 11:50:18 +0100 Subject: Adds my custom.scss file and new boostrap compiled files --- pyblackbird_cc/templates/base.html | 5 +++-- pyblackbird_cc/templates/resources/resource_list.html | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'pyblackbird_cc/templates') diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html index 503ab89..e3dfa46 100644 --- a/pyblackbird_cc/templates/base.html +++ b/pyblackbird_cc/templates/base.html @@ -27,7 +27,8 @@ - + + {# #} {% endblock css %} - + {% endblock javascript %} diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index e8f2a5c..353539e 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -107,7 +107,7 @@

{{ resource.description }}

More... + class="btn btn-primary">Details {% endfor %} @@ -119,3 +119,4 @@ {% endblock content %} + -- cgit v1.2.3