mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
We already have a wrappeduser, no need to double-wrap.
This commit is contained in:
committed by
Logan Hanks
parent
3cc8114b17
commit
48e463f147
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user