mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 13:50:16 +01:00
At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.
Thanks to xet7 !
This commit is contained in:
parent
41a8e79e0e
commit
7223d6e750
6 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue