convert to proper time db object, get rid of the 'str' messes

This commit is contained in:
2022-11-17 17:53:19 -05:00
parent ce1e8ed68c
commit f27749009c
5 changed files with 7 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
{{ form.csrf_token }}
<p>
{{ form.periodTime.label }}
{{ form.periodTime(value=period.periodTime) }}
{{ form.periodTime }}
</p>
<p>
{{ form.weekendSchedule.label }}