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.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/apps/name/edit.html b/templates/apps/name/edit.html
index ab833ad..aba49ad 100644
--- a/templates/apps/name/edit.html
+++ b/templates/apps/name/edit.html
@@ -1 +1,10 @@
-{% 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'});
+ $('#id_description').wysiwyg();
+ $('#form').formwizard({
+ validationEnabled: true,
+ focusFirstInput: true,
+ textSubmit: "Finish"
+ });
+{% endblock %} \ No newline at end of file