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

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,3 +1,7 @@
{% extends "asuzr/base.html" %}
{% block title %}Таблица посещаемости{% endblock %}
{% block page %}
<table WIDTH="100%">
<TR VALIGN=top>
<TD WIDTH="40%">{% include 'asuzr/attendance.html' %}</TD>
@@ -5,4 +9,5 @@
<TD WIDTH="55%">{% include 'asuzr/orders_detail.html' %}</TD>
</TR>
</table>
{% include 'asuzr/plan_balance.html' %}
{% include 'asuzr/plan_balance.html' %}
{% endblock %}