From ff722c25489b86ab0f92bd34c5c29ef29ce46073 Mon Sep 17 00:00:00 2001 From: Mikhail Bortnikov Date: Fri, 21 Jul 2017 17:12:05 +0300 Subject: [PATCH] =?UTF-8?q?=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=BA?= =?UTF-8?q?=D0=B0=D0=B1=D0=B8=D0=BD=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/diplomscab.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/diplomscab.html diff --git a/templates/diplomscab.html b/templates/diplomscab.html new file mode 100644 index 0000000..6ac3d33 --- /dev/null +++ b/templates/diplomscab.html @@ -0,0 +1,14 @@ +{% extends 'base_index.html' %} +{% block title %}Рабочий кабинет{% endblock %} +{% block content %} +
Массовое открытие дипломов
+
+ {% csrf_token %} + + {{form.as_table}} +
+
{{ ERROR }}
+ +
+ +{% endblock %} \ No newline at end of file