At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-10-03 00:21:19 +03:00
parent 41a8e79e0e
commit 7223d6e750
6 changed files with 18 additions and 0 deletions

View file

@ -36,6 +36,10 @@ template(name="userFormsLayout")
unless currentSetting.customLoginLogoImageUrl
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
br
if currentSetting.textBelowCustomLoginLogo
+viewer
| {{currentSetting.textBelowCustomLoginLogo}}
br
section.auth-dialog
if isLoading
+loader