From: Michael Tremer Date: Tue, 3 Mar 2026 10:11:16 +0000 (+0000) Subject: dbl: reports: Don't show the initial comment in the listing X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=de3cafed01de1291b9b64c44b05b77f24f5d2b72;p=ipfire.org.git dbl: reports: Don't show the initial comment in the listing Signed-off-by: Michael Tremer --- diff --git a/src/templates/dbl/modules/reports.html b/src/templates/dbl/modules/reports.html index f1d96035..46d1c686 100644 --- a/src/templates/dbl/modules/reports.html +++ b/src/templates/dbl/modules/reports.html @@ -2,29 +2,18 @@
-
-
-

- - {{ report }} - -

+

+ + {{ report }} + +

-

- {{ _("Submitted %(when)s by %(who)s") % { - "when" : locale.format_date(report.reported_at), - "who" : report.reported_by, - } }} -

-
- - {# Comment #} - {% if report.comment %} -
-
{{ report.comment }}
-
- {% end %} -
+

+ {{ _("Submitted %(when)s by %(who)s") % { + "when" : locale.format_date(report.reported_at), + "who" : report.reported_by, + } }} +