From 7008f9fc77385fcb25e3ae704d0548216c83805e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Jun 2011 17:46:19 +0200 Subject: tabbed edit --- templates/apps/name/edit.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'templates/apps') 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 -- cgit v1.1