From 0a9212f2fe143fb1b28bda2f170b7defdb369817 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Mon, 30 Mar 2015 00:29:32 +0200 Subject: [PATCH] oops super --- app/templates/layout.html | 1 + 1 file changed, 1 insertion(+) 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 %}