hobo/hobo/franceconnect/templates/hobo/franceconnect_home.html

25 lines
569 B
HTML

{% extends "hobo/base.html" %}
{% load i18n %}
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'franceconnect-home' %}">FranceConnect</a>
{% endblock %}
{% block appbar %}
<h2>{% trans 'FranceConnect' %}</h2>
{% endblock %}
{% block content %}
<div class="pk-information">
<p>
{% trans "FranceConnect configuration screen has been moved next to other authentication methods." %}
</p>
<p>
<a class="pk-button" href="{{ idp_url }}manage/authenticators/">{% trans "Go to authentication methods configuration screen" %}</a>
</p>
</div>
{% endblock %}