misc: don't use addtoblock to insert fc.css (#25356)

This commit is contained in:
Frédéric Péters 2018-07-18 21:39:07 +02:00
parent 0caece2bb6
commit 7bffc5011c
2 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
{% load authentic2 %}
{% load i18n %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"></link>{% endaddtoblock %}
{% if 'nofc' not in request.GET %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">
<div id="fc-button-wrapper">
<div id="fc-button">
{% if not fc_user_info %}

View File

@ -1,7 +1,7 @@
{% load staticfiles authentic2 %}
{% load i18n %}
{% addtoblock "css" %}<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"></link>{% endaddtoblock %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">
<div id="fc-linking">
<div class="fc">