Commit 1749dc0e26d1eb5c15fcb8f0484e01a2d3bc7f55

Authored by janek37
1 parent 978e0810

kolejność css-ów

--HG--
branch : beta
common/templates/reader_base.html
1 1 {% extends "base.html" %}
2 2 {% load version_static i18n %}
3 3  
4   -{% block extrahead %}
  4 +{% block extrahead-lib %}
5 5 <link rel="stylesheet" type="text/css"
6   - href="{% version_static 'css/lib/custom/jquery-ui-1.11.4.custom.css' %}"/>
  6 + href="{% version_static 'css/lib/custom/jquery-ui-1.11.4.custom.css' %}"/>
  7 +{% endblock %}
  8 +
  9 +{% block extrahead %}
7 10 <link rel="stylesheet" type="text/css" href="{% version_static 'css/reader.css' %}"/>
8 11 <script type="text/javascript" src="{% version_static 'js/reader.js' %}"></script>
9 12 {% endblock %}
... ...
common/templates/reader_slickgrid.html
... ... @@ -2,8 +2,8 @@
2 2 {% load version_static %}
3 3  
4 4 {% block extrahead-lib %}
5   - {{ block.super }}
6 5 {% include "slickgrid_libs.html" %}
  6 + {{ block.super }}
7 7 {% endblock %}
8 8  
9 9 {% block extrahead %}
... ...