From 91a47dd347d64215fbbfd583b30789e4881aead8 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Thu, 18 Jun 2015 14:55:39 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=8D=D1=81=D0=BA=D0=B8=D0=B7=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Новый шаблон для эскизов с учетом формы загрузки эскизов --- templates/asuzr/sketches.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/asuzr/sketches.html diff --git a/templates/asuzr/sketches.html b/templates/asuzr/sketches.html new file mode 100644 index 0000000..593510f --- /dev/null +++ b/templates/asuzr/sketches.html @@ -0,0 +1,12 @@ +{% extends "asuzr/table.html" %} + +{% block additional %} +
+
+ {% csrf_token %} +
Добавить эскизы:
+ + +
+
+{% endblock %}