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

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,11 +1,3 @@
<html>
<head>
<title>Таблица посещаемости</title>
<meta content="">
<style></style>
</head>
<body>
<H1>Таблица посещаемости</H1>
<TABLE BORDER WIDTH="100%">
{% if attend_list %}
<ul>
@@ -39,5 +31,3 @@
<p>Список изделий пуст</p>
{% endif %}
</TABLE>
</body>
</html>