Commit 1749dc0e26d1eb5c15fcb8f0484e01a2d3bc7f55
1 parent
978e0810
kolejność css-ów
--HG-- branch : beta
Showing
2 changed files
with
6 additions
and
3 deletions
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 %} |
... | ... |