Commit f608592a authored by Michal Čihař's avatar Michal Čihař

Replace jQuery UI CSS with bootstrap one

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7e709897
{% load static %}
{% load url from future %}
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}theme/jquery-ui-1.10.3.custom.min.css" />
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}bootstrap/css/bootstrap-theme.min.css" />
<link rel="stylesheet" type="text/css" href="{% get_media_prefix %}style.css" />
<script src="{% get_media_prefix %}js/jquery-2.1.0.min.js" type="text/javascript"></script>
<script src="{% get_media_prefix %}js/jquery.cookie.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