From f7900f9e99ed316f7185a81848ea088f36dd3833 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 18 Oct 2022 12:10:42 +0200 Subject: [PATCH] fix some formatting issues --- backend/web/static/base.js | 2 +- backend/web/templates/loggedin.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/backend/web/static/base.js b/backend/web/static/base.js index d431ea68..0e142ed6 100644 --- a/backend/web/static/base.js +++ b/backend/web/static/base.js @@ -278,7 +278,7 @@ function getFormElement(type, name, value, messages) { value, 'E-mail address', 'Please enter your e-mail address here', - 'Please provide your e-mail address. We will send a recovery ' + 'link to that e-mail address.', + 'Please provide your e-mail address. We will send a recovery link to that e-mail address.', messages, ); } diff --git a/backend/web/templates/loggedin.html b/backend/web/templates/loggedin.html index 5d5a4373..aee728ef 100644 --- a/backend/web/templates/loggedin.html +++ b/backend/web/templates/loggedin.html @@ -17,9 +17,7 @@ <div id="contentMessages"></div> <div id="contentWelcome"> - Welcome{{ name }}, - <br/><br/> - You are logged in. + Welcome{{ name }}, you are logged in. </div> -- GitLab