diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:40:17 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:40:17 +0100 |
commit | 8d23046d174e4d8dce0f13cc88b099d3c12b07ec (patch) | |
tree | e51c3cf677b40ea933fe6d251bb28b3b1af71365 /alphabetlearning/templates/base.html | |
parent | a505c844c0537c7aeb59e287687561d2d0a9d6e4 (diff) |
wip: started working on the add new resource form
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r-- | alphabetlearning/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index c338e06..2979f33 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -23,6 +23,7 @@ {% endblock extra_css %} {% block css %} <link rel="stylesheet" href="{% static 'css/project.css' %}"/> + <link rel="stylesheet" href="{% static 'css/forms.css' %}"/> {% endblock css %} {% block javascript %} <script defer src="{% static 'js/project.js' %}"></script> |