Themes in cards fix2

This commit is contained in:
Michael Wain 2024-11-27 21:27:24 +03:00
parent 43548d16f9
commit b3746b66be

View File

@ -345,7 +345,8 @@
</th:block>
</th:block>
<th:block th:unless="${section == 'actions' OR section == 'themes'}">
<select class="form-select">
<label for="object_selected_theme" class="col-form-label" th:text="#{themes}"></label>
<select id="object_selected_theme" class="form-select">
<th:block th:each="tt: ${themes}">
<option th:value="${tt.id}" th:text="${tt.title}"></option>
</th:block>