Skip to content

Commit

Permalink
add block to customize brand logo src
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 28, 2021
1 parent e3ee8b2 commit 5c68671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% if custom_theme.logo and custom_theme.logo.url %}
<img src="{{ custom_theme.logo.url }}">
{% else %}
<img src="/static/mapstore/img/geonode-logo.svg">
<img src="{% block logo_src %}/static/mapstore/img/geonode-logo.svg{% endblock %}">
{% endif %}
</a>
</li>
Expand Down

0 comments on commit 5c68671

Please sign in to comment.