summaryrefslogtreecommitdiff
path: root/templates/apps/membership/edit.html
blob: e9074b07c7d683d0565f60c04ca179300333147b (plain)
1
2
3
4
5
6
7
8
{% extends "edit_fieldsets.html" %}
{% block widgets %}
    $('#form').formwizard({
    	validationEnabled: true,
    	focusFirstInput: true,
    	textSubmit: "Finish"
    });
{% endblock %}