mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Fix hour count and submit button
This commit is contained in:
@ -12,7 +12,11 @@
|
||||
|
||||
{% for field in form %}
|
||||
|
||||
{% if not field.is_hidden %}
|
||||
{% if field.is_hidden %}
|
||||
|
||||
{{ field }}
|
||||
|
||||
{% else %}
|
||||
<p>
|
||||
{{ field.errors }}
|
||||
<label for="{{ field.name }}">{{ field.label }}</label>
|
||||
|
Reference in New Issue
Block a user