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