Umożliwianie ustawiania opisu zmian oraz nazwy użytkownika w unicode (utf-8).
[redakcja.git] / project / templates / base.html
index 7e2457b..515a02e 100644 (file)
@@ -5,6 +5,7 @@
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
         <title>{% block title %}Platforma Redakcyjna{% endblock %}</title>
         <link rel="stylesheet" href="/static/css/master.css" type="text/css" />
+        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
         {% block extrahead %}
         {% endblock %}
     </head>