|
@ -90,7 +90,7 @@ |
|
|
<div class="navbar-header"> |
|
|
<div class="navbar-header"> |
|
|
<a class="navbar-brand" href="/"> |
|
|
<a class="navbar-brand" href="/"> |
|
|
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" |
|
|
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" |
|
|
alt="Logo" class="img-responsive visible-md-inline-block visible-lg-inline-block" > |
|
|
alt="Logo" class="img-responsive" > |
|
|
<span class="vcenter"> |
|
|
<span class="vcenter"> |
|
|
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} |
|
|
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} |
|
|
{% if nome %} |
|
|
{% if nome %} |
|
|