Projet

Général

Profil

0001-don-t-load-authentic2-template-tags-25393.patch

Emmanuel Cazenave, 20 juillet 2018 11:19

Télécharger (1,88 ko)

Voir les différences:

Subject: [PATCH] don't load authentic2 template tags (#25393)

 .../templates/authentic2_auth_fc/connecting.html                | 1 -
 .../templates/authentic2_auth_fc/linking.html                   | 2 +-
 src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
src/authentic2_auth_fc/templates/authentic2_auth_fc/connecting.html
1 1
{% load staticfiles %}
2
{% load authentic2 %}
3 2
{% load i18n %}
4 3

  
5 4
{% if 'nofc' not in request.GET %}
src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
1
{% load staticfiles authentic2 %}
1
{% load staticfiles %}
2 2
{% load i18n %}
3 3

  
4 4
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">
src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html
1 1
{% extends "authentic2_auth_fc/base.html"%}
2
{% load staticfiles authentic2 %}
2
{% load staticfiles %}
3 3
{% load i18n %}
4 4

  
5 5
{% block content %}
6
-