Skip to content

Commit 9dff8fc

Browse files
committed
Improve headers above tables on homepage
When not logged in it would show the same header above both the open and closed tables. This fixes that while also tweaking the header when you are logged in to be more descriptive of the content.
1 parent fd775d3 commit 9dff8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</tbody>
4949
</table>
5050
{%endif%}
51-
<h3>{{user.is_authenticated|yesno:"Your personal dashboard,Patches in the current commitfest"}}</h3>
51+
<h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_open%}Active patches in the current commitfest{%else%}Closed patches in the current commitfest{%endif%}</h3>
5252
<table class="table table-striped table-bordered table-hover table-condensed">
5353
<thead>
5454
<tr>

0 commit comments

Comments
 (0)