mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
LiveSync: Adapt to form_header/form_footer changes
This commit is contained in:
parent
41f9c32c72
commit
b7f9194d12
@ -16,12 +16,12 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ form_header() }}
|
||||
{{ form_header(form) }}
|
||||
{% for field in form.visible_fields %}
|
||||
{{ form_row(field) }}
|
||||
{% endfor %}
|
||||
{% call form_footer() %}
|
||||
<input class="i-button big highlight" type="submit" value="{% trans %}Save{% endtrans %}">
|
||||
{% call form_footer(form) %}
|
||||
<input class="i-button big highlight" type="submit" value="{% trans %}Save{% endtrans %}" data-disabled-until-change>
|
||||
<a href="{{ url_for('plugins.details', plugin='livesync') }}" class="i-button big">{% trans %}Cancel{% endtrans %}</a>
|
||||
{% endcall %}
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user