X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f18572dbe8b4b604a63cb58170f7755ec9793842..fdac11be5d35dd4940d4361420af26d9e2d977fe:/platforma/templates/base.html

diff --git a/platforma/templates/base.html b/platforma/templates/base.html
index 4819b7c4..750cf7b3 100755
--- a/platforma/templates/base.html
+++ b/platforma/templates/base.html
@@ -4,7 +4,8 @@
     <head>
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
         <title>{% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
-        <script src="{{ STATIC_URL }}js/lib/jquery.js" type="text/javascript" charset="utf-8"></script>
+        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+        {# <script src="{{ STATIC_URL }}js/lib/jquery.js" type="text/javascript" charset="utf-8"></script> #}
         {% block extrahead %}
         {% endblock %}
     </head>