don't load authentic2 template tags (#25393)

This commit is contained in:
Emmanuel Cazenave 2018-07-20 11:18:19 +02:00
parent daf3f20951
commit d5df658f4b
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{% load staticfiles %}
{% load authentic2 %}
{% load i18n %}
{% if 'nofc' not in request.GET %}

View File

@ -1,4 +1,4 @@
{% load staticfiles authentic2 %}
{% load staticfiles %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">

View File

@ -1,5 +1,5 @@
{% extends "authentic2_auth_fc/base.html"%}
{% load staticfiles authentic2 %}
{% load staticfiles %}
{% load i18n %}
{% block content %}