hotfix: corrected consent url

This commit is contained in:
Jottyfan 2023-10-26 11:01:59 +02:00
parent 11abda3575
commit 0d476c6f91
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ plugins {
} }
group = 'de.jottyfan.camporganizer' group = 'de.jottyfan.camporganizer'
version = '0.6.4' version = '0.6.5'
description = """CampOrganizer2""" description = """CampOrganizer2"""

View File

@ -126,8 +126,8 @@
</div> </div>
<div class="row mb-2"> <div class="row mb-2">
<div class="col-sm-12">Foto-Einverständnis:&nbsp; <div class="col-sm-12">Foto-Einverständnis:&nbsp;
<a th:href="@{/registration/toggleconsent/{id}/(id=${b.pk})}" th:if="${!b.consentCatalogPhoto}"><i class="fas fa-ban framed framed-red" ></i></a> <a th:href="@{/registration/toggleconsent/{id}(id=${b.pk})}" th:if="${!b.consentCatalogPhoto}"><i class="fas fa-ban framed framed-red" ></i></a>
<a th:href="@{/registration/toggleconsent/{id}/(id=${b.pk})}" th:if="${b.consentCatalogPhoto}"><i class="fas fa-check framed framed-green" ></i></a> <a th:href="@{/registration/toggleconsent/{id}(id=${b.pk})}" th:if="${b.consentCatalogPhoto}"><i class="fas fa-check framed framed-green" ></i></a>
</div> </div>
</div> </div>
<div class="row mb-2"> <div class="row mb-2">