From 4712cbe57fc1b38e42c8aa7f24dc468aef744e34 Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Sun, 24 Jan 2016 21:16:01 +0300 Subject: [PATCH] footer content --- zsite/static/less/footer.less | 4 ++++ zsite/templates/base.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/zsite/static/less/footer.less b/zsite/static/less/footer.less index c29d1bf..621ceb6 100644 --- a/zsite/static/less/footer.less +++ b/zsite/static/less/footer.less @@ -73,6 +73,10 @@ footer { } } + .content { + .make-xs-column(4); + } + .contacts { .make-sm-column(3); .make-md-column(2); diff --git a/zsite/templates/base.html b/zsite/templates/base.html index c025fb8..88c9801 100644 --- a/zsite/templates/base.html +++ b/zsite/templates/base.html @@ -77,6 +77,9 @@
{% trans "— There is nothing impossible. Almost nothing" %}
{% show_menu 0 1 100 100 "menu_footer.html" %} +
+ {% static_placeholder 'footer_content' %} +
{% static_placeholder 'footer-contacts' %}