From 1f2f6503d6954449c86a53ab92307af57619c247 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki Date: Mon, 6 Apr 2020 15:34:52 +0200 Subject: [PATCH] removed registration.js from contacts --- views/DE/account/contact.pug | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/DE/account/contact.pug b/views/DE/account/contact.pug index da6798fd..25e4dc9c 100644 --- a/views/DE/account/contact.pug +++ b/views/DE/account/contact.pug @@ -52,10 +52,10 @@ html(lang="de") input#name(class="form-control" type="text" name="name" placeholder="Name") div(class="form-group") input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="E-Mail-Adresse*", maxlength="45" required) - span#emailWarning(class='warning') div(class="form-group") textarea#message(class="form-control" name="message" placeholder="Nachricht" rows="14") - div(class="form-group") + div(class="form-group") + input#submitBtn(class="btn btn-primary" type="submit" style="background-color: #8a348b;" value="SENDEN") div(class="contact-clean" style="background-color: rgb(234,234,234);padding: 80px;padding-top: 0px;") form(method="POST") p(style="margin-top: 25px;") Hochschule für Technik Stuttgart
Institut für Angewandte Forschung
Innovative Hochschule - Projekt M4_LAB
Schellingstr. 24
70174 Stuttgart
Deutschland

support-transfer@hft-stuttgart.de

www.hft-stuttgart.de / www.hft-stuttgart.de/M4LAB
@@ -77,5 +77,4 @@ html(lang="de") // Bootstrap script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") // M4_LAB - script(src="/js/registration.js") script(src="/js/headfoot.js") -- GitLab