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 %}