From 3722961e4aa6518bc94dcf16dba306064e2bf38e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 27 May 2021 11:08:49 +0200 Subject: [PATCH] add template for FranceConnect connector item field (#54003) --- .../widgets/select_jsonp--franceconnect.html | 159 ++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 templates/qommon/forms/widgets/select_jsonp--franceconnect.html diff --git a/templates/qommon/forms/widgets/select_jsonp--franceconnect.html b/templates/qommon/forms/widgets/select_jsonp--franceconnect.html new file mode 100644 index 00000000..53f6f14a --- /dev/null +++ b/templates/qommon/forms/widgets/select_jsonp--franceconnect.html @@ -0,0 +1,159 @@ +{% extends "qommon/forms/widgets/select_jsonp.html" %} +{% load i18n %} +{% block widget-control %} + +
+ +
+ +
+
+ + + 🗑 +
+
+ +{% endblock %} -- 2.32.0.rc0