File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 25
25
< li class ="nav-item ">
26
26
< a class ="nav-link{% if request.resolver_match.url_name == 'home' or request.path == '/' %} active{% endif %} " href ="/ "> Home</ a >
27
27
</ li >
28
- {% if current_cf %}
29
28
< li class ="nav-item ">
30
- < a class ="nav-link{% if '/new/' in request.path %} active{% endif %} " href ="/{{current_cf .id}}/new/ "> New Patch</ a >
29
+ < a class ="nav-link{% if '/new/' in request.path %} active{% endif %} " href ="/{{open_cf .id}}/new/ "> New Patch</ a >
31
30
</ li >
32
- {% endif %}
33
- {% if current_cf %}
34
31
< li class ="nav-item ">
35
32
< a class ="nav-link{% if cf and cf.is_in_progress %} active{% endif %} " href ="/current/ "> Current CF</ a >
36
33
</ li >
37
- {% endif %}
38
34
< li class ="nav-item ">
39
35
< a class ="nav-link{% if cf and cf.is_open_regular %} active{% endif %} " href ="/open/ "> Open CF</ a >
40
36
</ li >
You can’t perform that action at this time.
0 commit comments