diff --git a/ennstatus/templates/root/index.html b/ennstatus/templates/root/index.html --- a/ennstatus/templates/root/index.html +++ b/ennstatus/templates/root/index.html @@ -2,7 +2,7 @@ {% set title = "Index" %} -{% block styles %} +{% block styles %} {{ super() }} {% endblock %} @@ -33,7 +33,7 @@
-

You have something to hide!

+

You have something to hide!

@@ -85,4 +85,3 @@ videojs.options.flash.swf = "{{ url_for('static', filename='js/video.js/dist/video-js.swf') }}" {% endblock %} -