diff --git a/app/templates/index.html b/app/templates/index.html index a7834ca..95e9a87 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block head %} -super() +{{ super() }} @@ -43,7 +43,7 @@ super()
-
+
@@ -78,4 +78,14 @@ super() + + + {% endblock body %} \ No newline at end of file