Добавлены формы для выбора дат на страницы Таблица посещаемости, Производственный план, Отчет по дизайнерам. Исправлена ошибка в формировании списка дат в prod_plan_view

This commit is contained in:
Anastasia
2015-06-30 15:34:22 +05:00
parent 5746ae2024
commit ca1666442b
4 changed files with 24 additions and 12 deletions

View File

@@ -60,12 +60,13 @@
{% block controls %}
{% if form %}
<form action="/visits/" method="get">
<form method="get">
{{ form }}
<input type="submit" value="OK" />
</form>
{% endif %}
{% endblock %}
<div id='content'>
<H1>{% block title %}{{ title }}{% endblock %}</H1>