Добавил шаблон таблицы, переписал на него таблицу выхода заказов

This commit is contained in:
2015-06-06 15:50:19 +05:00
parent a84abc0c77
commit 7712e10682
6 changed files with 73 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
{% extends "asuzr/base.html" %}
{% load inplace_edit %}
{% load render_table from django_tables2 %}
{% block page %}
{% render_table table %}
{% endblock %}