corrected link url

This commit is contained in:
Jottyfan 2023-10-07 10:56:42 +02:00
parent f21c7584bd
commit 5f6d71890e

View File

@ -114,7 +114,7 @@
<label for="inputAccept" class="col-sm-2 col-form-label"></label>
<div class="col-sm-10">
<button type="submit" class="btn btn-primary" onclick="progress.start()">Ok</button>
<a th:href="@{/confirmation/}" class="btn btn-secondary">Abbrechen</a>
<a th:href="@{/confirmation}" class="btn btn-secondary">Abbrechen</a>
</div>
</div>
</form>