From 6a0f0550b2d54012da3a9480c7586016a1964f0e Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 21 May 2012 13:48:43 -0400 Subject: [PATCH] Index profile pages> --- snipts/templates/snipts/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index 3e810f4..f7b6dd9 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -3,7 +3,9 @@ {% load pagination_tags %} {% block meta %} - + {% if 'page' in request.get_full_path %} + + {% endif %} {% endblock %} {% block body-class %}{{ block.super }}{% if user.username == 'blog' %} blog{% endif %}{% endblock %}