rename default css to gadjo.css (#4546)

This commit is contained in:
Frédéric Péters 2014-03-24 20:05:37 +01:00
parent 318e45e820
commit 765bee300d
2 changed files with 3 additions and 0 deletions

View File

@ -4,7 +4,10 @@
<head>
<meta charset="utf-8"/>
<title>{% block page-title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/gadjo.css"/>
{% block css %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/>
{% endblock %}
<script src="{{ STATIC_URL }}js/jquery-1.7.2.min.js"></script>
<script src="{{ STATIC_URL }}js/jquery-ui-1.8.21.custom.min.js"></script>
{% block extrascripts %}