Fix incorrect element ID for timer start field

This commit is contained in:
Christopher C. Wells 2020-01-27 15:09:16 -08:00
parent 87a38f4e87
commit 387bc36956
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
{% block javascript %}
<script type="text/javascript">
BabyBuddy.DatetimePicker.init($('#datetimepicker_time'), {
BabyBuddy.DatetimePicker.init($('#datetimepicker_start'), {
format: 'L LTS'
});
</script>