|
|
|
|
@ -23,7 +23,11 @@ This template include basic anf main styles and js files, |
|
|
|
|
<link rel="icon" href="{% static 'client/img/favicon.ico' %}" type="image/x-icon" /> |
|
|
|
|
<link rel="shortcut icon" href="{% static 'client/img/favicon.ico' %}" type="image/x-icon" /> |
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{% static 'client/css' %}{% if debug %}/{% else %}_min/{% endif %}vendor{% if debug %}{% else %}.min{% endif %}.css"> |
|
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
|
<link rel="stylesheet" href="{% static 'client/css/vendor.css' %}"> |
|
|
|
|
{% else %} |
|
|
|
|
<link rel="stylesheet" href="{% static 'client/css_min/vendor.min.css' %}"> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
|
|