add jquery ui css

This commit is contained in:
Frédéric Péters 2014-03-24 21:47:32 +01:00
parent a4219f9c4c
commit 4bdc0e61d0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta charset="utf-8"/>
<title>{% block page-title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/gadjo.css"/>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.8.21.custom.css"/>
{% block css %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/>
{% endblock %}