more graphics
[prawokultury.git] / prawokultury / templates / base.html
index b21a928..5355e5a 100755 (executable)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 {% load url from future %}
 {% load i18n static %}
 {% load migdal_tags events_tags %}
@@ -58,9 +59,9 @@
                     {% categories 'topics' %}
                     {% categories 'types' %}
                 </div>
-                <div class="sidebar-box">
+                <!--div class="sidebar-box">
                     <a href="{% url 'migdal_main_feed' %}">RSS</a>
-                </div>
+                </div-->
                 <div class="sidebar-box">
                     <h3>{% trans "Latest comments" %}</h3>
                     {% last_comments %}
@@ -91,5 +92,7 @@
         </div>
 
     </div>
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
+    {% compressed_js 'base' %}
     </body>
 </html>
\ No newline at end of file