From 2f5f67767e733c98f1b91d6f39f69dae57bb50ea Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 23 Mar 2022 15:16:04 +0100 Subject: [PATCH] add URL to Privacy Policy --- views/DE/account/registration.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug index ee26b8b8..f484c19c 100644 --- a/views/DE/account/registration.pug +++ b/views/DE/account/registration.pug @@ -64,7 +64,7 @@ html(lang="de") div(class="pt-2 mb-3 form-check") input(class="form-check-input" type="checkbox" id="privacyPolicy" name="privacyPolicy" required) label(class="form-check-label" for="privacyPolicy") - | Ich akzeptiere die <a href="#">Datenschutzerklärung</a>. * + | Ich akzeptiere die <a href="/datenschutz.html">Datenschutzerklärung</a>. * p <em><small>* Pflichtfeld</small></em> input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Senden" disabled) -- GitLab