Добавлен базовый шаблон. Сделано наследование шаблона

This commit is contained in:
2015-05-16 15:37:53 +05:00
parent 030522e519
commit e0f6275268
7 changed files with 44 additions and 49 deletions

View File

@@ -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>