{% 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 %}