Update project, small changes

This commit is contained in:
2022-09-25 11:16:14 +03:00
parent 19df854243
commit 5017e004c2
7 changed files with 50 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
{% block title %} Аккаунт | вход {% endblock %}
{% block content %}
<h1> Ваш аккаунт </h1>
<h1> Список заказов </h1>
{% if user.is_authenticated %}
тут должен быть список заказов...
{% else %}