mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
11 lines
269 B
HTML
11 lines
269 B
HTML
{% extends 'layout/dialog_base.html' %}
|
|
{% from 'forms/_form.html' import simple_form %}
|
|
|
|
{% block description %}
|
|
{{ backend.description }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{{ simple_form(form, back=_('Cancel'), disabled_until_change=edit) }}
|
|
{% endblock %}
|