[fix #26883175] a35bb7cbba broke this by omitting jquery

pull/1/head
eric 2012-03-22 16:57:12 -04:00
parent 29789da14d
commit eeaae9131a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{% block extra_extra_head %}
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/ui-lightness/jquery-ui.css" type="text/css" media="screen">
{{ form.media.css }}
<script type="text/javascript" src="{{ jquery_home }}"></script>
<script type="text/javascript" src="{{ jquery_ui_home }}" ></script>
{{ form.media.js }}
{% endblock %}