From a8ee292f83ea5bce4f821e04da8d758c8deda82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Fri, 8 May 2015 15:15:19 +0200 Subject: [PATCH] VC/Vidyo: Adapt for rename of form_widget.html --- chat/indico_chat/templates/manage_event.html | 2 +- chat/indico_chat/templates/manage_event_edit.html | 2 +- livesync/indico_livesync/templates/edit_agent.html | 2 +- .../indico_vc_dummy/templates/manage_event_create_room.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat/indico_chat/templates/manage_event.html b/chat/indico_chat/templates/manage_event.html index 9073c8f..bc4c581 100644 --- a/chat/indico_chat/templates/manage_event.html +++ b/chat/indico_chat/templates/manage_event.html @@ -1,5 +1,5 @@ {% extends 'layout/base.html' %} -{% from 'forms/form_widget.html' import form_header, form_row, form_footer %} +{% from 'forms/_form.html' import form_header, form_row, form_footer %} {% block title %}{% trans %}Chat Rooms{% endtrans %}{% endblock %} {% block content %} diff --git a/chat/indico_chat/templates/manage_event_edit.html b/chat/indico_chat/templates/manage_event_edit.html index dbc57bb..5c72f75 100644 --- a/chat/indico_chat/templates/manage_event_edit.html +++ b/chat/indico_chat/templates/manage_event_edit.html @@ -1,5 +1,5 @@ {% extends 'layout/base.html' %} -{% from 'forms/form_widget.html' import form_header, form_fieldset, form_footer, form_rows %} +{% from 'forms/_form.html' import form_header, form_fieldset, form_footer, form_rows %} {% set chatroom = event_chatroom.chatroom if event_chatroom %} {% block title %}{% trans %}Chat Rooms{% endtrans %}{% endblock %} diff --git a/livesync/indico_livesync/templates/edit_agent.html b/livesync/indico_livesync/templates/edit_agent.html index c6919ed..6ad394c 100644 --- a/livesync/indico_livesync/templates/edit_agent.html +++ b/livesync/indico_livesync/templates/edit_agent.html @@ -1,5 +1,5 @@ {% extends 'layout/base.html' %} -{% from 'forms/form_widget.html' import form_header, form_row, form_footer %} +{% from 'forms/_form.html' import form_header, form_row, form_footer %} {% block title %}LiveSync{% endblock %} diff --git a/vc_dummy/indico_vc_dummy/templates/manage_event_create_room.html b/vc_dummy/indico_vc_dummy/templates/manage_event_create_room.html index 717a58b..ed9f7ec 100644 --- a/vc_dummy/indico_vc_dummy/templates/manage_event_create_room.html +++ b/vc_dummy/indico_vc_dummy/templates/manage_event_create_room.html @@ -1,5 +1,5 @@ {% extends 'layout/base.html' %} -{% from 'forms/form_widget.html' import form_header, form_footer, form_rows %} +{% from 'forms/_form.html' import form_header, form_footer, form_rows %} {% block title %} Dummy Plugin