0.0.109
This commit is contained in:
@@ -491,6 +491,10 @@ header>div>a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
min-height: 29px;
|
||||||
|
}
|
||||||
|
header>div>a>span{
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
header>div>div>a {
|
header>div>div>a {
|
||||||
|
|||||||
@@ -30,20 +30,25 @@
|
|||||||
</div>
|
</div>
|
||||||
<div><img class="svg" src="/static/img/svg/Helpdesk_%20Icon.svg"><a href="#">Служба поддержки</a></div>
|
<div><img class="svg" src="/static/img/svg/Helpdesk_%20Icon.svg"><a href="#">Служба поддержки</a></div>
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<a class="button_profile_header" data-user-id="{{ user.id }}"
|
|
||||||
|
|
||||||
href="{% url "user_profile" %}">
|
<a class="button_profile_header" data-user-id="{{ user.id }}"
|
||||||
{{ user.first_name }} {{ user.last_name }}
|
|
||||||
</a>
|
href="{% url "user_profile" %}">
|
||||||
|
<span>
|
||||||
|
{{ user.first_name }} {{ user.last_name }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not user.is_authenticated %}
|
{% if not user.is_authenticated %}
|
||||||
<a
|
|
||||||
class="registration_button"
|
<a
|
||||||
href="{% url "registration_page" %}">
|
class="registration_button"
|
||||||
Регистрация
|
href="{% url "registration_page" %}">
|
||||||
</a>
|
Регистрация
|
||||||
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="enter_button"
|
class="enter_button"
|
||||||
|
|||||||
Reference in New Issue
Block a user