X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f18572dbe8b4b604a63cb58170f7755ec9793842..aa021ad04c81969c58558343fb1ff2409c82563e:/platforma/templates/base.html diff --git a/platforma/templates/base.html b/platforma/templates/base.html old mode 100755 new mode 100644 index 4819b7c4..cb518a35 --- a/platforma/templates/base.html +++ b/platforma/templates/base.html @@ -4,7 +4,6 @@ <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> {% block extrahead %} {% endblock %} </head> @@ -12,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>