From f63b84ff136d1d68764f1184f809680cceb4a553 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Fri, 11 May 2018 15:24:05 +0300 Subject: [PATCH] Add video block to main page --- project/templates/blocks/video.html | 12 ++++++++++++ project/templates/lilcity/main.html | 1 + 2 files changed, 13 insertions(+) create mode 100644 project/templates/blocks/video.html diff --git a/project/templates/blocks/video.html b/project/templates/blocks/video.html new file mode 100644 index 00000000..4f803b5d --- /dev/null +++ b/project/templates/blocks/video.html @@ -0,0 +1,12 @@ +
+
+ +
+
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html index a994b3cb..4227d9ec 100644 --- a/project/templates/lilcity/main.html +++ b/project/templates/lilcity/main.html @@ -5,6 +5,7 @@ {% include "templates/blocks/promo.html" %} {% include "templates/blocks/messages.html" %} {% include "templates/blocks/arts.html" %} + {% include "templates/blocks/video.html" %} {% include "templates/blocks/about.html" %} {% include "templates/blocks/last_courses.html" %} {% include "templates/blocks/gallery.html" %}