Производственный план представлен в виде 7 таблиц. Нет добавления элементов
This commit is contained in:
10
templates/asuzr/table_n.html
Normal file
10
templates/asuzr/table_n.html
Normal 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 %}
|
||||
|
||||
Reference in New Issue
Block a user