Для шаблона main параметры сделаны необязательными

This commit is contained in:
Anastasia
2015-06-11 11:07:42 +05:00
parent ec6fbc0607
commit 36d5b32628
7 changed files with 16 additions and 7 deletions

View File

@@ -4,8 +4,8 @@
{% block page %}
<table WIDTH="100%">
<TR VALIGN=top>
<TD WIDTH="50%">{% include 'asuzr/attendance.html' %}</TD>
<TD WIDTH="5%"></TD>
<TD WIDTH="51%">{% include 'asuzr/attendance.html' %}</TD>
<TD WIDTH="3%"></TD>
<TD WIDTH="45%">{% include 'asuzr/orders_detail.html' %}</TD>
</TR>
</table>