From 57e72fb6519ce07a5b8acf1a83955c245c4aa9db Mon Sep 17 00:00:00 2001 From: Jiachen Yang Date: Mon, 12 Mar 2012 20:10:38 +0900 Subject: add SIDEBAR_CUSTOM setting --- bootstrap2/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstrap2/templates') diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index 6aba1f7..326bb62 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -140,6 +140,10 @@ {% endfor %} {% include 'twitter_profile.html' %} + + {% if SIDEBAR_CUSTOM %} + {{ SIDEBAR_CUSTOM }} + {% endif %} -- cgit