From 37ae0fd2cc57a57da823fcb3f467a2d1f9f299ca Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Fri, 5 Apr 2013 10:24:24 -0400 Subject: [PATCH] Herp. Not request.user, here.: --- snipts/templates/snipts/tags-user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/tags-user.html b/snipts/templates/snipts/tags-user.html index bb99bee..2437887 100644 --- a/snipts/templates/snipts/tags-user.html +++ b/snipts/templates/snipts/tags-user.html @@ -3,7 +3,7 @@ {% if request.user == user %} View favorited snipts » {% endif %} - {% if request.user.profile.get_blog_posts %} + {% if user.profile.get_blog_posts %} View blog posts » {% endif %}