mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
[point #3830] Display default weekan logo if there isn't a custom one
This commit is contained in:
parent
d9329a9e15
commit
5a5a01cf17
3 changed files with 13 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ template(name="userFormsLayout")
|
|||
img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto")
|
||||
br
|
||||
unless currentSetting.customLoginLogoImageUrl
|
||||
if isSettingDatabaseFctCallDone
|
||||
div#isSettingDatabaseCallDone
|
||||
img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
|
||||
br
|
||||
if currentSetting.textBelowCustomLoginLogo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue