mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Fix bug '[Login page] The default wekan logo appears briefly before displaying the custom logo #3830'
This commit is contained in:
parent
46e881bea3
commit
5b08ae12a6
2 changed files with 8 additions and 4 deletions
|
|
@ -34,8 +34,9 @@ template(name="userFormsLayout")
|
|||
img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto")
|
||||
br
|
||||
unless currentSetting.customLoginLogoImageUrl
|
||||
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
||||
br
|
||||
if isSettingDatabaseFctCallDone
|
||||
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
||||
br
|
||||
if currentSetting.textBelowCustomLoginLogo
|
||||
+viewer
|
||||
| {{currentSetting.textBelowCustomLoginLogo}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue