using Kinderstunde klein for date privileges

This commit is contained in:
Jottyfan
2024-07-30 11:22:50 +02:00
parent e3ebc387bb
commit d28f6b45fc
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<body>
<th:block layout:fragment="content">
<div class="borderdist">
<div class="container" sec:authorize="hasAnyRole('Diakone', 'Bibelunterricht')">
<div class="container" sec:authorize="hasAnyRole('Kinderstunde klein', 'Bibelunterricht')">
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-2 card p-2 m-1" th:each="s : ${list}">
<div th:text="${#temporals.format(s.day, 'dd.MM.yyyy')}"></div>