aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r--alphabetlearning/templates/base.html1
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>