templates: cleanup FC registration related templates (#52873)

This commit is contained in:
Serghei Mihai 2021-04-09 09:16:27 +02:00
parent 0241a169bd
commit 3b9a311d93
2 changed files with 0 additions and 34 deletions

View File

@ -1,17 +0,0 @@
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"/>
{% include "authentic2_auth_fc/explanation.html" %}
<div id="fc-button-wrapper">
<div id="fc-button">
<a href="{{ login_url }}"
title="{% trans 'Register with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
<div>
<img src="{% static "authentic2_auth_fc/img/FC-register-button.svg" %}"></img>
</div>
</a>
</div>
</div>
{% if popup %}<script src="{% static 'authentic2_auth_fc/js/fc.js' %}" type="text/javascript"></script>{% endif %}

View File

@ -1,17 +0,0 @@
{% load static %}
{% load i18n %}
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}"/>
{% include "authentic2_auth_fc/explanation.html" %}
<div id="fc-button-wrapper">
<div id="fc-button">
<a href="{{ login_url }}"
title="{% trans 'Register with FranceConnect' %}"
class="button connexion{% if popup %} js-fc-popup{% endif %}">
<div>
<img src="{% static "authentic2_auth_fc/img/FC-register-button.svg" %}"></img>
</div>
</a>
</div>
</div>
{% if popup %}<script src="{% static 'authentic2_auth_fc/js/fc.js' %}" type="text/javascript"></script>{% endif %}