Themes in cards fix

This commit is contained in:
Michael Wain 2024-11-27 21:23:22 +03:00
parent 8e58abf3f0
commit 43548d16f9

View File

@ -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>