Производственный план представлен в виде 7 таблиц. Нет добавления элементов

This commit is contained in:
Anastasia
2015-09-15 12:16:08 +05:00
parent 84c1d71104
commit d3312435cc
6 changed files with 30 additions and 83 deletions

View File

@@ -0,0 +1,10 @@
{% extends "asuzr/base.html" %}
{% load inplace_edit %}
{% load render_table from django_tables2 %}
{% block page %}
{%for table in tables %}
<div class="inline"><div><h3>{{ table.verbose_name }}</h3></div>{% render_table table %}</div>
{% endfor %}
{% endblock %}