templates: remove FC image inclusion (#52872)

This commit is contained in:
Serghei Mihai 2021-04-08 17:24:57 +02:00
parent 7c46e50a14
commit 25474e5a51
3 changed files with 0 additions and 9 deletions

View File

@ -9,9 +9,6 @@
<a href="{{ login_url }}"
title="{% trans 'Log in with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
<div>
<img src="{% static "authentic2_auth_fc/img/FC-connect-button.svg" %}"></img>
</div>
</a>
</div>
</div>

View File

@ -9,9 +9,6 @@
<a href="{{ login_url }}"
title="{% trans 'Log in with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
<div>
<img src="{% static "authentic2_auth_fc/img/FC-connect-button.svg" %}"></img>
</div>
</a>
</div>
</div>

View File

@ -9,9 +9,6 @@
<a href="{{ login_url }}"
title="{% trans 'Log in with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
<div>
<img src="{% static "authentic2_auth_fc/img/FC-connect-button.svg" %}"></img>
</div>
</a>
</div>
</div>