diff --git a/files/templates/comments.html b/files/templates/comments.html index 2b24c81b0..6ab67b355 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -421,7 +421,7 @@ - {% if FEATURES['AWARDS'] -%} + {% if FEATURES['AWARDS'] and not c.wall_user_id -%} {%- endif %} @@ -634,7 +634,7 @@ {% if v %} - {% if FEATURES['AWARDS'] -%} + {% if FEATURES['AWARDS'] and not c.wall_user_id -%} {%- endif %}