* Improved history view (still not there).
[redakcja.git] / platforma / templates / base.html
index 07c9f78..cb518a3 100644 (file)
@@ -11,6 +11,8 @@
        <div id="body-wrap">
         <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>
     {% block extrabody %}{% endblock %}
     </body>
 </html>