there is no camp
This commit is contained in:
parent
69e222247b
commit
9de824d877
|
@ -35,7 +35,7 @@
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand" href="/">
|
||||||
{% if request.resolver_match.kwargs.camp_slug %}
|
{% if request.resolver_match.kwargs.camp_slug and camp %}
|
||||||
<img src="{% static camp.logo_small %}" class="img-responsive" />
|
<img src="{% static camp.logo_small %}" class="img-responsive" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{% static 'img/logo-small.png' %}" class="img-responsive" />
|
<img src="{% static 'img/logo-small.png' %}" class="img-responsive" />
|
||||||
|
|
Loading…
Reference in a new issue