From: Magnus Hagander Date: Sun, 3 Jan 2016 10:04:14 +0000 (+0100) Subject: Fix incorrect closing tag X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3d583f3fb0184b4858395a385438e4cb22080612;p=pgcommitfest2.git Fix incorrect closing tag Noted by Erik Rijkers --- diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 30329be..93fb180 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -77,7 +77,7 @@ {{p.status|patchstatusstring}} {{p.author_names|default:''}} {{p.reviewer_names|default:''}} - {{p.committer|default:''}}

+ {{p.committer|default:''}} {{p.modified|date:"Y-m-d"}}
{{p.modified|date:"H:i"}} {{p.lastmail|date:"Y-m-d"}}
{{p.lastmail|date:"H:i"}} {%if user.is_staff%}