From a081673458c838e5bc2fdb7c0650caab4ba67159 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Jul 2022 20:44:21 +0200 Subject: [PATCH] fix api app button --- files/templates/comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index beeceeda9e..648af9b0a3 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -525,12 +525,12 @@ {% endif %} {% if v.admin_level > 1 and v.id != c.author_id %} - - + + {% endif %} {% if v.admin_level > 1 and c.oauth_app %} -API App + API App {% endif %} {% endif %}