hotfix: corrected consent url
This commit is contained in:
		| @@ -126,8 +126,8 @@ | ||||
| 											</div> | ||||
| 											<div class="row mb-2"> | ||||
| 												<div class="col-sm-12">Foto-Einverständnis:  | ||||
|  												  <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-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> | ||||
| 												</div> | ||||
| 											</div> | ||||
| 											<div class="row mb-2"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user