diff --git a/tildes/tildes/templates/macros/comments.jinja2 b/tildes/tildes/templates/macros/comments.jinja2 index a69b7de..286255c 100644 --- a/tildes/tildes/templates/macros/comments.jinja2 +++ b/tildes/tildes/templates/macros/comments.jinja2 @@ -90,17 +90,6 @@ {% if request.has_permission('view', comment) %} - {# Show votes at the top only if it's your own comment #} - {% if request.user == comment.user and comment.num_votes > 0 %} -