authentic: sync extra-top-head with publik-base-theme

This commit is contained in:
Frédéric Péters 2016-01-19 17:07:21 +01:00
parent cf5b258912
commit 72e3bbcf15
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
{% load authentic2 %}
{% extends theme_base %}
{% block extra-top-head %}
{% block extrascripts %}
{% endblock %}
{% block extra_scripts %}
{% endblock %}
{% renderblock "css" %}
{% renderblock "js" %}
{% endblock %}
{% block extra-body-args %}
{% block bodyargs %}
{% endblock %}