blob: 80177c172b3de74ad9784e4b43de0bb70729dc5f (
plain)
1
2
3
4
5
6
|
{% extends "edit_fieldsets_tabs.html" %}
{% block widgets %}
$('#id_expires').datepicker({'dateFormat': 'yy-mm-dd','timeFormat': 'hh:ii:ss'});
$('#id_description').wysiwyg();
$('#tabs').tabs();
{% endblock %}
|