summaryrefslogtreecommitdiff
path: root/src/templates/apps/room/modify.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps/room/modify.html')
-rw-r--r--src/templates/apps/room/modify.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/templates/apps/room/modify.html b/src/templates/apps/room/modify.html
index e76d01f..a2e1b3a 100644
--- a/src/templates/apps/room/modify.html
+++ b/src/templates/apps/room/modify.html
@@ -1,14 +1,3 @@
-{% extends "form.html" %}
+{% extends "edit.html" %}
{% block widgets %}
- $('#wizard').formwizard({
- validationEnabled: true,
- focusFirstInput: true,
- textSubmit: "{{submitname}}",
- validationOptions: {
- rules: {
- name: 'required',
- urlpath: 'required'
- }
- }
- });
{% endblock %} \ No newline at end of file