From 6da776390a7d765ab2e3da9bbded460be5d69241 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Mar 2023 18:14:58 +0200 Subject: [PATCH] dont disable "give award" button for me --- files/templates/comments.html | 4 ++-- files/templates/post_actions.html | 2 +- files/templates/post_actions_mobile.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index bc0f85f9d..73a460389 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -398,7 +398,7 @@ {% if FEATURES['AWARDS'] -%} - + {%- endif %} @@ -599,7 +599,7 @@ {% if FEATURES['AWARDS'] -%} - + {%- endif %} diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 1efc7c99f..66a55867b 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -11,7 +11,7 @@ {% endif %} {% if v and FEATURES['AWARDS'] %} - + {% endif %} diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 7bacc94a1..a89a2562c 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -17,7 +17,7 @@ {% if FEATURES['AWARDS'] -%} - + {%- endif %}