From 46ebc9cf244ce04371d2309fd3e20610fca68f6c Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Wed, 11 Dec 2019 11:35:02 +0100 Subject: [PATCH] changed relogin href --- views/registration.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/registration.pug b/views/registration.pug index 105fe7a7..8d549496 100644 --- a/views/registration.pug +++ b/views/registration.pug @@ -75,7 +75,7 @@ html(lang="en") input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete") 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="https://transfer.hft-stuttgart.de/login">Login</a>. + p(class="text-center") Already have an account? <a href="/account/">Login</a>. // jQuery -- GitLab