From 4a3693c1b32a6e5190c2f8c338139bb62f6b9066 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Jul 2022 17:22:25 +0200 Subject: [PATCH] fix transfer log links appearing on normal comments (lol) --- files/templates/comments.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 64cf6bade1..fedc17d0fe 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -584,9 +584,10 @@ - - - + {% if request.path.startswith('/transfers') %} + + + {% endif %} {% if render_replies %} {% if level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %}