Small update in templates

This commit is contained in:
2022-09-24 00:20:46 +03:00
parent b8cc005afe
commit e10b2e0138
3 changed files with 77 additions and 20 deletions

View File

@@ -9,9 +9,7 @@
Ваша почта: {{ user.email }}<br>
Ваш телефон: {{ user.phone }}<br>
{% else %}
Вы не вошли
<a href="{% url 'login' %}">Вход</a>
<a href="{% url 'register' %}">Регистрация</a>
Вы не вошли. Используйте меню аккаунта для входа или авторизации.
{% endif %}
{% endblock %}