summaryrefslogtreecommitdiff
path: root/templates/apps/invitation/edit.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-02-28 22:07:19 +0100
committerLeif Johansson <leifj@sunet.se>2011-02-28 22:07:19 +0100
commit77ceee6e23f2a8daaf5e3247970953313aebcdd3 (patch)
tree90665ac16c025ea1bc7b478f2c84dcebf437f393 /templates/apps/invitation/edit.html
parent36e045ed8aa871ef3bd0bf0e27896658d0a9ef89 (diff)
wizards
Diffstat (limited to 'templates/apps/invitation/edit.html')
-rw-r--r--templates/apps/invitation/edit.html10
1 files changed, 9 insertions, 1 deletions
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