Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
55ce4bfd
Commit
55ce4bfd
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
add privacy policy checkbox
parent
d0c1501d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/DE/account/registration.pug
+5
-0
views/DE/account/registration.pug
with
5 additions
and
0 deletions
+5
-0
views/DE/account/registration.pug
+
5
-
0
View file @
55ce4bfd
...
@@ -61,6 +61,11 @@ html(lang="de")
...
@@ -61,6 +61,11 @@ html(lang="de")
input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche", maxlength="45")
input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche", maxlength="45")
div(class="form-group")
div(class="form-group")
input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete", maxlength="100")
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>
p <em><small>* Pflichtfeld</small></em>
input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Senden" disabled)
input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Senden" disabled)
br
br
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment