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