Notify color changed.
[redakcja.git] / redakcja / templates / base.html
index bcdbcc3..971213f 100644 (file)
@@ -9,15 +9,16 @@
         {% endblock %}
     </head>
     <body id="{% block bodyid %}base{% endblock %}">
-    
-    <div id="loading-overlay" style="display: none;">
+
+    <div id="loading-overlay">
        <div id="loading-message">
                <img src="{{STATIC_URL}}img/spinner.gif" />
                <p>{% trans "Loading" %}</p>
        </div>
        </div>
-       
+
        <div id="body-wrap">
+               <!-- version: {{ APP_VERSION }} -->
         <div id="content">{% block maincontent %} {% endblock %}</div>
         </div>
        <!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> -->