From 77ceee6e23f2a8daaf5e3247970953313aebcdd3 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 28 Feb 2011 22:07:19 +0100 Subject: wizards --- templates/apps/invitation/edit.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/apps/invitation') diff --git a/templates/apps/invitation/edit.html b/templates/apps/invitation/edit.html index ab833ad..28fc447 100644 --- a/templates/apps/invitation/edit.html +++ b/templates/apps/invitation/edit.html @@ -1 +1,9 @@ -{% extends "edit.html" %} \ No newline at end of file +{% extends "edit_fieldsets.html" %} +{% block widgets %} + $('#id_expires').datepicker({'dateFormat': 'yy-mm-dd','timeFormat': 'hh:ii:ss'}); + $('#form').formwizard({ + validationEnabled: true, + focusFirstInput: true, + textSubmit: "Finish" + }); +{% endblock %} \ No newline at end of file -- cgit v1.1