commit | 7d8453a219001da4401963b17cfc66f474ea573c | [log] [tgz] |
---|---|---|
author | Carey Metcalfe <carey@cmetcalfe.ca> | Wed Mar 09 19:06:16 2016 -0500 |
committer | Carey Metcalfe <carey@cmetcalfe.ca> | Wed Mar 09 19:06:16 2016 -0500 |
tree | fb59a607b6c2137a805eec4f97fad1c42f1bd9c8 | |
parent | 9461e3f50931bda7a96faff34efbb0e4d4d6abc0 [diff] |
Fix scripts not being added to page template
diff --git a/templates/page.html b/templates/page.html index 870d13a..e2608c2 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -14,3 +14,6 @@ </article> {% endblock %} +{% block scripts %} +{{ super() }} +{% endblock scripts %}