Use `LOCALE` in Timer form

This commit is contained in:
Christopher C. Wells 2020-01-20 15:31:02 -08:00 committed by Christopher Charbonneau Wells
parent cc0eef33a8
commit d9280d4887
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
$('#datetimepicker_start').datetimepicker({
defaultDate: 'now',
format: 'L LTS',
locale: 'en'
locale: '{{ LOCALE }}'
});
});
</script>