X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/465f9d370fb3b96b4cc30e139d24e4479a9f7ab0..9e3b8dad3a369c212c5d7d3cc0af7fc4f3cf2b6c:/platforma/templates/base.html?ds=inline diff --git a/platforma/templates/base.html b/platforma/templates/base.html index 750cf7b3..c3e2e801 100755 --- a/platforma/templates/base.html +++ b/platforma/templates/base.html @@ -4,8 +4,7 @@ <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="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> #} + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript" charset="utf-8"></script> {% block extrahead %} {% endblock %} </head>