summaryrefslogtreecommitdiff
path: root/templates/apps/name/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/name/edit.html')
-rw-r--r--templates/apps/name/edit.html13
1 files changed, 2 insertions, 11 deletions
diff --git a/templates/apps/name/edit.html b/templates/apps/name/edit.html
index d963048..80177c1 100644
--- a/templates/apps/name/edit.html
+++ b/templates/apps/name/edit.html
@@ -1,15 +1,6 @@
-{% extends "edit_fieldsets.html" %}
+{% extends "edit_fieldsets_tabs.html" %}
{% block widgets %}
$('#id_expires').datepicker({'dateFormat': 'yy-mm-dd','timeFormat': 'hh:ii:ss'});
$('#id_description').wysiwyg();
- $('#wizard').formwizard({
- validationEnabled: true,
- focusFirstInput: true,
- textSubmit: "Finish",
- validationOptions: {
- rules: {
- short: 'required'
- }
- }
- });
+ $('#tabs').tabs();
{% endblock %} \ No newline at end of file