From cd605547cc679bba7fdb2d8d5d2639c5a152be95 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 19 Jul 2013 17:21:26 +0200 Subject: [PATCH] Direct links to interesting CFs --- pgcommitfest/commitfest/templates/commitfest.html | 4 ---- pgcommitfest/commitfest/templates/home.html | 4 +++- pgcommitfest/commitfest/views.py | 7 ++++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index fc31f69..19f2739 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -1,10 +1,6 @@ {%extends "base.html"%} {%load commitfest %} {%block contents%} -

-This is commitfest {{cf}}. -

- {%for p in patches %} {%ifchanged p.is_open%} {%if not forloop.first%} diff --git a/pgcommitfest/commitfest/templates/home.html b/pgcommitfest/commitfest/templates/home.html index 814c26e..522ae0a 100644 --- a/pgcommitfest/commitfest/templates/home.html +++ b/pgcommitfest/commitfest/templates/home.html @@ -1,7 +1,9 @@ {%extends "base.html"%} {%block contents%}

-The following commitfests exist. +The following commitfests exist in the system. +{%if inprogresscf%}Current review work is done in commitfest {{inprogresscf}}.{%endif%} +{%if opencf%}New patches should be submitted to commitfest {{opencf}}.{%endif%}