diff --git a/app/templates/layout.html b/app/templates/layout.html index 8b4ddb7..050c0e8 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -22,6 +22,7 @@ {% endblock %} {% block scripts %} + {{ super() }} {% endblock %}