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:
@@ -78,7 +78,7 @@
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| {{ field(class='hidden') }}
|
| {{ field(class='d-none') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
Reference in New Issue
Block a user