Themes in cards fix
This commit is contained in:
parent
8e58abf3f0
commit
43548d16f9
@ -347,7 +347,7 @@
|
||||
<th:block th:unless="${section == 'actions' OR section == 'themes'}">
|
||||
<select class="form-select">
|
||||
<th:block th:each="tt: ${themes}">
|
||||
<option th:value="${tt}.id" th:text="${tt}.title"></option>
|
||||
<option th:value="${tt.id}" th:text="${tt.title}"></option>
|
||||
</th:block>
|
||||
</select>
|
||||
</th:block>
|
||||
|
Loading…
x
Reference in New Issue
Block a user