From 4e047a422c1d8818d6293e6950cd43b4bba8df30 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Fri, 13 Apr 2018 08:05:42 +0300 Subject: [PATCH] Remove not needed blocks --- project/templates/lilcity/main.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html index 7cf5991f..fc4da5fd 100644 --- a/project/templates/lilcity/main.html +++ b/project/templates/lilcity/main.html @@ -7,12 +7,6 @@ {% include "templates/blocks/about.html" %} {% include "templates/blocks/advantages.html" %} {% include "templates/blocks/arts.html" %} - - {% include "templates/blocks/reviews.html" %} - {% include "templates/blocks/gallery.html" %} - {% include "templates/blocks/mobile_apps.html" %} - {% include "templates/blocks/authors.html" %} - {% include "templates/blocks/school_schedules.html" %} {% include "templates/blocks/last_courses.html" %} {% include "templates/blocks/game.html" %} {% include "templates/blocks/partners.html" %}