Добавлен базовый шаблон. Сделано наследование шаблона
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Заказы</title>
|
||||
<meta content="">
|
||||
<style></style>
|
||||
</head>
|
||||
<body>
|
||||
<H1>Заказы на {{ d_date }} </H1>
|
||||
<TABLE BORDER WIDTH="100%">
|
||||
{% if order_list %}
|
||||
@@ -37,5 +30,3 @@
|
||||
<p> Список заказов пуст</p>
|
||||
{% endif %}
|
||||
</TABLE>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user