mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 08:46:09 +01:00
Reverted PR https://github.com/wekan/wekan/pull/3831
The default wekan logo appears briefly before displaying the custom logo Thanks to xet7 ! Related #3832
This commit is contained in:
parent
05d6c5f15a
commit
e7340c5021
3 changed files with 4 additions and 10 deletions
|
|
@ -34,9 +34,8 @@ template(name="userFormsLayout")
|
|||
img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto")
|
||||
br
|
||||
unless currentSetting.customLoginLogoImageUrl
|
||||
if isSettingDatabaseFctCallDone
|
||||
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
||||
br
|
||||
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