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:
2019-03-26 15:21:15 +01:00
parent 5cba6f53f5
commit 97cda1ef6b
+1 -1
View File
@@ -78,7 +78,7 @@
| {% endif %}
| {% else %}
| {{ field(class='hidden') }}
| {{ field(class='d-none') }}
| {% endif %}
| {% endif %}