EXPO-25 blank.html

remotes/origin/1203
pavel 11 years ago
parent 79f4ba7963
commit 8e7d228c44
  1. 6
      templates/client/blank.html

@ -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' %}

Loading…
Cancel
Save