summaryrefslogtreecommitdiff
path: root/templates/apps/membership/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/membership/edit.html')
-rw-r--r--templates/apps/membership/edit.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/apps/membership/edit.html b/templates/apps/membership/edit.html
index ab833ad..e9074b0 100644
--- a/templates/apps/membership/edit.html
+++ b/templates/apps/membership/edit.html
@@ -1 +1,8 @@
-{% extends "edit.html" %} \ No newline at end of file
+{% extends "edit_fieldsets.html" %}
+{% block widgets %}
+ $('#form').formwizard({
+ validationEnabled: true,
+ focusFirstInput: true,
+ textSubmit: "Finish"
+ });
+{% endblock %} \ No newline at end of file