UI: Fix hidden fields showing up in project edit.
The 'hidden' class got renamed to d-none in Bootstrap 4.
This commit is contained in:
parent
5cba6f53f5
commit
97cda1ef6b
@ -78,7 +78,7 @@
|
||||
| {% endif %}
|
||||
|
||||
| {% else %}
|
||||
| {{ field(class='hidden') }}
|
||||
| {{ field(class='d-none') }}
|
||||
| {% endif %}
|
||||
|
||||
| {% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user