From 67e4f93b89aa8db908c381a2010eb1b27528d1c9 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 16 Jan 2013 23:40:16 -0500 Subject: [PATCH] Aside for blogging page. --- snipts/templates/snipts/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index a6973e0..6fc47a2 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -15,7 +15,7 @@ {% endblock %} {% block aside %} - {% if request.path == '/api/' %} + {% if request.path == '/api/' or request.path == '/blogging/' %} {{ block.super }} {% endif %} {% endblock %}