[point #3830] Display default weekan logo if there isn't a custom one

This commit is contained in:
Emile NDAGIJIMANA 2021-10-18 16:58:54 +02:00
parent d9329a9e15
commit 5a5a01cf17
3 changed files with 13 additions and 6 deletions

View file

@ -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