From 8ef77955a7eee94e7089d92500ce54a7415e49da Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 18 Dec 2019 15:46:03 +0100 Subject: [PATCH] small update --- views/registration.pug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/registration.pug b/views/registration.pug index 1060679d..88ef5a93 100644 --- a/views/registration.pug +++ b/views/registration.pug @@ -73,9 +73,7 @@ html(lang="en") input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche") div(class="form-group") input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete") - p - em - small * Mandatory + p <em><small>* Mandatory</small></em> input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Submit" disabled) br p(class="text-center") Already have an account? <a href="/">Login</a>. -- GitLab