delete superfluous template tag call (#25517)

This commit is contained in:
Emmanuel Cazenave 2018-07-27 16:38:38 +02:00
parent 24093ac08b
commit f16ab8e364
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{% extends theme_base %}
{% load authentic2 %}
{% block extra-body-args %}
{% block bodyargs %}
@ -38,7 +37,5 @@
{% endblock %}
{% block extra_scripts %}
{% endblock %}
{% renderblock "css" %}
{% renderblock "js" %}
{{ form.media }}
{% endblock %}