File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 11{%extends "base.html"%}
22{%block contents%}
33< p >
4- The following commitfests exist in the system.
5- {%if inprogresscf%}Current review work is done in commitfest < a href ="/{{inprogresscf.id}}/ "> {{inprogresscf}}</ a > .{%endif%}
6- {%if opencf%}New patches should be submitted to commitfest < a href ="/{{opencf.id}}/ "> {{opencf}}</ a > .{%endif%}
4+ {%if inprogresscf%}A commitfest is currently in progress: < a href ="/{{inprogresscf.id}}/ "> {{inprogresscf}}</ a > .{%endif%}
5+ </ p >
6+ < p >
7+ Useful links that you can use and bookmark:
78</ p >
89< ul >
9- {%for c in commitfests%}
10- < li > < a href ="/{{c.id}}/ "> {{c}}</ a > ({{c.statusstring}}{%if c.startdate%} - {{c.periodstring}}{%endif%})</ li >
11- {%endfor%}
10+ < li > < a href ="/current/ "> All patches in the current commitfest</ a > </ li >
11+ < li > < a href ="/open/ "> All patches in the open commitfest</ a > </ li >
12+ < li > < a href ="/open/new/ "> Create a new commitfest entry</ a > </ li >
13+ < li > < a href ="/current/?author=-3 "> Your entries in the current commitfest</ a > </ li >
14+ < li > < a href ="/open/?author=-3 "> Your entries in the open commitfest</ a > </ li >
15+ < li > < a href ="/current/?reviewer=-3 "> Entries that you are reviewing in current commitfest</ a > </ li >
1216</ ul >
13- < br />
1417< h3 > Commands</ h3 >
1518< form method ="GET " action ="/search/ " class ="form-inline ">
1619 < div class ="form-group ">
1720 < input type ="text " class ="form-control " id ="searchterm " name ="searchterm " placeholder ="Global search ">
1821 </ div >
1922 < button type ="submit " class ="btn btn-default "> Search</ button >
2023</ form >
24+ < h3 > List of commitfests</ h3 >
25+ < ul >
26+ {%for c in commitfests%}
27+ < li > < a href ="/{{c.id}}/ "> {{c}}</ a > ({{c.statusstring}}{%if c.startdate%} - {{c.periodstring}}{%endif%})</ li >
28+ {%endfor%}
29+ </ ul >
30+ < br />
2131{%endblock%}
You can’t perform that action at this time.
0 commit comments