From a9e9c81272a75d4342280f1874a556549513448f Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Mon, 2 Dec 2024 16:02:01 +0100 Subject: [PATCH] reorder text in modlog --- app/templates/modlog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/modlog.html b/app/templates/modlog.html index f3290900..7c905546 100644 --- a/app/templates/modlog.html +++ b/app/templates/modlog.html @@ -29,12 +29,12 @@ {% elif modlog_entry.link_text -%} {{ modlog_entry.link_text }} {% endif -%} - {% if modlog_entry.reason -%} -
{{ _('Reason:') }} {{ modlog_entry.reason }} - {% endif -%} {% if modlog_entry.community_id -%} {{ _(' in %(community_name)s', community_name='' + modlog_entry.community.display_name()) }} {% endif -%} + {% if modlog_entry.reason -%} +
{{ _('Reason:') }} {{ modlog_entry.reason }} + {% endif -%} {% endfor %}