From f48f3cd09178c69dbafea995f0bf917c340fa5a4 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 11 Jan 2025 13:48:32 +0100 Subject: [PATCH] Revert "Include patch id in commitfest page" This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab. Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org --- pgcommitfest/commitfest/templates/commitfest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 6068a27..63f793a 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -83,7 +83,7 @@ {%endifchanged%} {%endif%} - {{p.id}}: {{p.name}} + {{p.name}} {{p.status|patchstatusstring}} {%if p.targetversion%}{{p.targetversion}}{%endif%} {{p.author_names|default:''}} -- 2.30.2