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