From 6cfe0fceb418dd58fd2a897ad6ac949c5ad3d493 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 5 Dec 2022 04:33:42 +0200 Subject: [PATCH] hide another broken button --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}