From 168dd9e06377cd6c24710746d0cde4045e41115e Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 19 Feb 2024 02:19:15 +0200 Subject: [PATCH] fix "gif" button in award modal in post listings --- files/templates/post_listing.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 30abc68f0..f4d4c1ed4 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -255,6 +255,7 @@ {% include "modals/punish.html" %} {% endif %} {% include "modals/emoji.html" %} + {% include "modals/gif.html" %} {% endif %}