corrected keycloak urls

This commit is contained in:
Jottyfan
2023-08-06 16:05:18 +02:00
parent b07de9f2bc
commit 7732d6da25
6 changed files with 18 additions and 11 deletions

View File

@ -11,7 +11,7 @@
<span>alte Zugangsdaten ins neue System </span><a th:href="@{/migration/login}">umziehen</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Schließen"></button>
</div>
<div th:replace="/fragments/camplist.html::camplist(camps=${camps})"></div>
<div th:replace="~{/fragments/camplist.html::camplist(camps=${camps})}"></div>
</div>
</th:block>
</body>

View File

@ -16,7 +16,7 @@
</div>
<br />
<div class="row">
<div th:replace="/fragments/camplist.html::camplist(camps=${camps})"></div>
<div th:replace="~{/fragments/camplist.html::camplist(camps=${camps})}"></div>
</div>
</div>
<br />