X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0d5ee6c1b929b663bd8c6dfebd26d65e88cbf08b..02a98d2af6f1fabf567b575c5f2d818688af1594:/platforma/templates/base.html diff --git a/platforma/templates/base.html b/platforma/templates/base.html old mode 100755 new mode 100644 index c3e2e801..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="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.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>