From 7bc79878578ea6c04c6e23d7074905743a0ed7f9 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 21 Feb 2018 18:34:02 +0100 Subject: [PATCH] Fix template comparison operators --- pgcommitfest/commitfest/templates/commitfest.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 46f70e4..63f6a25 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -60,13 +60,13 @@ - + - - + + {%if user.is_staff%} {%endif%} -- 2.39.5
{%if p.is_open%}Patch{%if sortkey = 0%}
{%endif%}{%endif%}
{%if p.is_open%}Patch{%if sortkey == 0%}
{%endif%}{%endif%}
Status Author Reviewers Committer{%if p.is_open%}Latest activity{%if sortkey = 1%}
{%endif%}{%else%}Latest activity{%endif%}
{%if p.is_open%}Latest mail{%if sortkey = 2%}
{%endif%}{%else%}Latest mail{%endif%}
{%if p.is_open%}Latest activity{%if sortkey == 1%}
{%endif%}{%else%}Latest activity{%endif%}
{%if p.is_open%}Latest mail{%if sortkey == 2%}
{%endif%}{%else%}Latest mail{%endif%}
Select