Merge branch 'viewPerson' of github.com:Champs-Libres/ChillMain into viewPerson

This commit is contained in:
Julien Fastré 2013-12-07 12:41:16 +01:00
commit 32fc9f0f01

View File

@ -29,7 +29,7 @@
$('.datepicker').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'yy-mm-dd'
dateFormat: 'dd-mm-yy'
}, $.datepicker.regional["fr"]);
});
{% block js%}<!-- nothing added to js -->{% endblock %}