If client.baseurl is empty or null it defaults on https://+clientid

This commit is contained in:
vcestone 2020-06-30 16:30:02 +02:00
parent 37601d4c6d
commit 63625522cc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<div class="row py-3">
<div class="col">
<#if client??>
<a href="${client.getBaseUrl()!("https://" + client.getClientId())}">
<a href="<#if client.getBaseUrl()?has_content>${client.getBaseUrl()}<#else>${"https://" + client.getClientId()}</#if>">
<#if properties.logoSrc?has_content>
<img class="img-fluid float-left" alt="${properties.logoAlt}" src="${properties.logoSrc}" style="${properties.logoStyle}">
<#else>