Update navbar.html
This commit is contained in:
parent
944946e59e
commit
c7ff4423db
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
{% url 'datacenterlight:index' as default_logo_url %}
|
||||
{% if instance.logo_dark or instance.logo_white %}
|
||||
{% if instance.logo_dark or instance.logo_light %}
|
||||
<a href="{{ instance.logo_url|default:default_logo_url }}" id="logoBlack" class="navbar-brand topnav"><img src="{{ instance.get_logo_dark }}"></a>
|
||||
<a href="{{ instance.logo_url|default:default_logo_url }}" id="logoWhite" class="navbar-brand topnav"><img src="{{ instance.get_logo_light }}"></a>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue