This commit is contained in:
2023-11-06 13:46:32 +03:00
parent e75dd6c552
commit 93cf3aa695
2 changed files with 16 additions and 12 deletions

View File

@@ -90,18 +90,21 @@
{% endif %}
{% if not user.is_authenticated %}
<div class="header_buttons">
<a
class="registration_button"
href="{% url "registration_page" %}">
Регистрация
</a>
<a
class="registration_button"
href="{% url "registration_page" %}">
Регистрация
</a>
<a
class="enter_button"
href="{% url "login_profile" %}">
Войти
</a>
</div>
<a
class="enter_button"
href="{% url "login_profile" %}">
Войти
</a>
<div class="button_profile_header_mobile" onclick="show_header_list()">
<img src="/static/img/svg/userMobile.svg" alt="">