Commit 52a66b5f authored by Michal Čihař's avatar Michal Čihař

Fix CSS ordering

parent d875ac63
{% load static %}
{% load url from future %}
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}css/style.css" />
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}css/custom-theme/jquery-ui-1.9.2.custom.min.css" />
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}css/style.css" />
<script src="{% get_media_prefix %}js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="{% get_media_prefix %}js/jquery-ui-1.9.2.custom.min.js" type="text/javascript"></script>
<script src="{% get_media_prefix %}js/jquery.autogrow-textarea.js" type="text/javascript"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment