diff options
-rw-r--r-- | bootstrap2/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 %} </ul> </div><!--/.well --> |