# HG changeset patch # User kahpa # Date 2015-10-15 11:32:01 # Node ID 390395a0a59933cf512b75c19cb84b03ff109c07 # Parent 2b2f7cd83a364386a4f4358c792577c1d4bb8fcf added link to quotation 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 %} -