We already have a wrappeduser, no need to double-wrap.

This commit is contained in:
Jonas Häggqvist
2011-08-30 02:45:02 +02:00
committed by Logan Hanks
parent 3cc8114b17
commit 48e463f147

View File

@@ -27,7 +27,7 @@ else:
flair = False
%>
%if WrappedUser(thing.author).user_deleted:
%if thing.user_deleted:
<span>[deleted]</span>
%else:
%if flair and flair_left: