From c56029682cbb5445a3db14c90d9aaab06a2064ec Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 14 May 2018 11:00:55 +0300 Subject: [PATCH] Move social block to own template file --- project/templates/blocks/social.html | 23 +++++++++++++++++++++++ project/templates/lilcity/index.html | 23 +---------------------- 2 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 project/templates/blocks/social.html diff --git a/project/templates/blocks/social.html b/project/templates/blocks/social.html new file mode 100644 index 00000000..fba10218 --- /dev/null +++ b/project/templates/blocks/social.html @@ -0,0 +1,23 @@ +{% load static %} +
+ + + + +
diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 01b85e5f..89b21c88 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -54,28 +54,7 @@ {% include "templates/blocks/mixpanel.html" %} -
- - - - -
+ {% include "templates/blocks/social.html" %} {% include "templates/blocks/baner.html" %}
{% include "templates/blocks/header.html" %}