From 55ce4bfd7f8e07b65613d18ffef8ad3bdbbc1239 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Mon, 21 Mar 2022 16:36:06 +0100 Subject: [PATCH] add privacy policy checkbox --- views/DE/account/registration.pug | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug index a49cc21a..ee26b8b8 100644 --- a/views/DE/account/registration.pug +++ b/views/DE/account/registration.pug @@ -61,6 +61,11 @@ html(lang="de") input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche", maxlength="45") div(class="form-group") input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete", maxlength="100") + 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>. * + p <em><small>* Pflichtfeld</small></em> input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Senden" disabled) br -- GitLab