Merge branch 'master' of github.com:fnp/prawokultury
[prawokultury.git] / prawokultury / templates / base.html
index b21a928..94a44f2 100755 (executable)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 {% load url from future %}
 {% load i18n static %}
 {% load migdal_tags events_tags %}
@@ -35,7 +36,7 @@
 
         <div id="menu-bar">
         <div class="bar-right">
-            <form id="search-form"><input /><button>
+            <form id="search-form" method="GET" action="/search/"><input name="q" /><button>
                 <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
             </button></form>
         </div>
@@ -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
+</html>