mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
VC/Dummy: Adapt to form_header/form_footer changes
This commit is contained in:
parent
fd349ba590
commit
41f9c32c72
@ -6,12 +6,10 @@
|
||||
{% endblock %}
|
||||
{% block subtitle %}{{ plugin.title }}{% endblock %}
|
||||
{%- block content %}
|
||||
{{ form_header(id='vc-room-form') }}
|
||||
|
||||
{{ form_header(form, id='vc-room-form') }}
|
||||
{{ form_rows(form) }}
|
||||
|
||||
{% 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('vc.manage_vc_rooms', event) }}" class="i-button big" data-button-back>{% trans %}Cancel{% endtrans %}</a>
|
||||
{% endcall %}
|
||||
{%- endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user