X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/38343a3fc11f5509c8522fec94c0ae7085b7244f..998977e74882d0c12413d7bc08c8475a78afbf18:/project/templates/base.html diff --git a/project/templates/base.html b/project/templates/base.html index 7e2457bd..515a02e3 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -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>