templates: remove obsolete authentic2 template tags

This commit is contained in:
Frédéric Péters 2018-08-09 10:28:40 +02:00
parent fdee3ed676
commit 7f366b1bad
1 changed files with 0 additions and 3 deletions

View File

@ -1,13 +1,10 @@
{% extends "base.html" %}
{% load authentic2 %}
{% block extra-top-head %}
{% block extrascripts %}
{% endblock %}
{% block extra_scripts %}
{% endblock %}
{% renderblock "css" %}
{% renderblock "js" %}
{{ form.media }}
{% endblock %}