corrected keycloak urls
This commit is contained in:
@ -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>
|
||||
|
@ -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 />
|
||||
|
Reference in New Issue
Block a user