]> git.0d.be Git - panikweb.git/commitdiff
import jquery-ui
authorFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:34:59 +0000 (12:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:34:59 +0000 (12:34 +0200)
panikweb_templates/templates/base.html

index a22d98cfe1f4ba7fb9ddf69298d91a02c87a618a..be3bd6d7a543ee47774aba9a40b25100ba0c4a44 100644 (file)
@@ -4,6 +4,8 @@
     <title>{% block title %}Radio Panik{% endblock %}</title>
     <meta charset="UTF-8" />
     <script type="text/javascript" src="{{ STATIC_URL }}js/jquery.js"></script>
+    <script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
+    <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
     <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" />
     {% block head %}{% endblock %}
     {% block extrascripts %}{% endblock %}