|
@ -77,16 +77,16 @@ |
|
|
{% elif request.user.is_authenticated%} |
|
|
{% elif request.user.is_authenticated%} |
|
|
<img |
|
|
<img |
|
|
id="logo" |
|
|
id="logo" |
|
|
height="50" |
|
|
|
|
|
width="59" |
|
|
|
|
|
|
|
|
max-height="50" |
|
|
|
|
|
max-width="59" |
|
|
src="{% static 'img/logo.png'%}" |
|
|
src="{% static 'img/logo.png'%}" |
|
|
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 2x" |
|
|
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 2x" |
|
|
alt="{{ site_name }}"> |
|
|
alt="{{ site_name }}"> |
|
|
{% else %} |
|
|
{% else %} |
|
|
<img |
|
|
<img |
|
|
id="logo" |
|
|
id="logo" |
|
|
height="50" |
|
|
|
|
|
width="200" |
|
|
|
|
|
|
|
|
max-height="50" |
|
|
|
|
|
max-width="200" |
|
|
src="{% static 'img/logo-full.png'%}" |
|
|
src="{% static 'img/logo-full.png'%}" |
|
|
srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/[email protected]'%} 2x" |
|
|
srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/[email protected]'%} 2x" |
|
|
alt="{{ site_name }}"> |
|
|
alt="{{ site_name }}"> |
|
|