canaille-globuzma/canaille/templates/oidc/admin/client_add.html
2023-03-09 18:10:28 +01:00

14 lines
381 B
HTML

{% extends theme('base.html') %}
{% import 'macro/fomanticui.html' as sui %}
{% block content %}
<div class="loginform">
<h3 class="ui top attached header">
{% trans %}Add a client{% endtrans %}
</h3>
<div class="ui attached clearing segment">
{{ sui.render_form(form, _("Confirm")) }}
</div>
</div>
{% endblock %}