rename date to start time
This commit is contained in:
parent
3f82634c30
commit
d1703c8952
3 changed files with 5 additions and 5 deletions
|
@ -13,9 +13,9 @@
|
|||
<form action="" method="post" novalidate>
|
||||
{{ form.hidden_tag() }}
|
||||
<p>
|
||||
{{ form.date.label }}<br>
|
||||
{{ form.date() }}<br>
|
||||
{% for error in form.date.errors %}
|
||||
{{ form.start_time.label }}<br>
|
||||
{{ form.start_time() }}<br>
|
||||
{% for error in form.start_time.errors %}
|
||||
<span style="color: red;">[{{ error }}]</span>
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue