From 28c6e7b8e4af63dfb016ba3150e7a55d1cb78b59 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 Jan 2024 17:47:47 +0000 Subject: [PATCH] templates/submission: remove duplication when writing the Message ID The output is identical, but this removes the duplication of the Message ID itself in the source. Signed-off-by: Ross Burton --- patchwork/templates/patchwork/submission.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index 6ebd8415..a8c0c120 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -23,11 +23,12 @@ + -{% else %} - + (mailing list archive) {% endif %} + {% if submission.state %} -- 2.47.3
Message ID + {{ submission.url_msgid }} {% if submission.list_archive_url %} - {{ submission.url_msgid }} (mailing list archive){{ submission.url_msgid }}