summaryrefslogtreecommitdiff
path: root/templates/apps/invitation/edit.html
blob: 28fc44732ef7613e5babcc82e013db14162ec766 (plain)
1
2
3
4
5
6
7
8
9
{% 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 %}