templates: use css block to reference css file (#17409)

This commit is contained in:
Frédéric Péters 2017-07-06 15:58:11 +02:00
parent e0a85f2d49
commit d034a6b2ed
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
{% extends "gadjo/base.html" %}
{% load i18n staticfiles %}
{% block extrascripts %}
{{ block.super }}
{% block css %}
<link href="{% static "css/bijoe.css" %}" rel="stylesheet">
{% endblock %}