templates: do not clobber headers from gadjo/base.html overloading in publik-base-theme

This commit is contained in:
Benjamin Dauvergne 2016-07-18 11:29:35 +02:00
parent 899b810e3d
commit 83d3573ea7
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{% load i18n staticfiles %}
{% block extrascripts %}
{{ block.super }}
{{ form.media.css }}
<script src="{% static "xstatic/ChartNew.js" %}"></script>
<style>

View File

@ -2,6 +2,7 @@
{% load i18n %}
{% block extrascripts %}
{{ block.super }}
<style>
span.cube-count {
border-radius: 0.5ex;