From 6fa3943ab580721b424a2e770afb9aa4ee7fba38 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 27 Jan 2017 16:48:33 +0000 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B7=D0=BE=D0=B2=D1=8B=D0=B9=20?= =?UTF-8?q?=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=B1=D0=B5=D0=B7=20?= =?UTF-8?q?=D0=BB=D0=B5=D0=B2=D0=BE=D0=B9=20=D1=87=D0=B0=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base_no_lmenu.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/base_no_lmenu.html diff --git a/templates/base_no_lmenu.html b/templates/base_no_lmenu.html new file mode 100644 index 0000000..ad2736f --- /dev/null +++ b/templates/base_no_lmenu.html @@ -0,0 +1,14 @@ +{% extends 'all_base.html' %} +{% block base_content %} + + +
+

+ +

+ + {% block main %}{% endblock %} + +
+ +{% endblock %}