Aug 21 - MT22 logo seam fix
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
<a class="jqc-brand" href="{{ url_for('dashboard.index') }}">
|
||||
{% if tenant_branding and tenant_branding.logo_url %}
|
||||
<img src="{{ url_for('static', filename=tenant_branding.logo_url) }}"
|
||||
<img src="{{ media_url(tenant_branding.logo_url) }}"
|
||||
alt="{{ tenant_branding.display_name }}" class="jqc-brand-logo">
|
||||
{% else %}
|
||||
<span class="jqc-brand-mark">JQC</span>
|
||||
|
||||
Reference in New Issue
Block a user