From ea65a3d62c8e7f17cad3b5399b3175f8167b3d3e Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 19 Nov 2015 11:58:42 +0100 Subject: [PATCH] LiveSync: Fix agent creation with unchanged form The debug agent has no settings for example. data-disabled-until-change doesn't let you submit it until you change the default title which is a bit stupid. --- livesync/indico_livesync/templates/edit_agent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesync/indico_livesync/templates/edit_agent.html b/livesync/indico_livesync/templates/edit_agent.html index 6056fde..9cee2d8 100644 --- a/livesync/indico_livesync/templates/edit_agent.html +++ b/livesync/indico_livesync/templates/edit_agent.html @@ -21,7 +21,7 @@ {{ form_row(field) }} {% endfor %} {% call form_footer(form) %} - + {% trans %}Cancel{% endtrans %} {% endcall %} {% endblock %}