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

20 lines
465 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="warningnotice">
{% trans "FranceConnect configuration should be handled there:" %} <a href="{{ idp_url }}manage/authenticators/">{{ idp_url }}manage/authenticators/</a>
</div>
{% endblock %}