File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,7 @@ def item_description(self, item):
3030 )
3131
3232 def item_link (self , item ):
33- if self .cfid :
34- return "https://commitfest.postgresql.org/{0}/{1}/" .format (
35- self .cfid , item ["patchid" ]
36- )
37- else :
38- return "https://commitfest.postgresql.org/{cfid}/{patchid}/" .format (** item )
33+ return "https://commitfest.postgresql.org/patch/{patchid}/" .format (** item )
3934
4035 def item_pubdate (self , item ):
4136 return item ["date" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ have received updates in the PostgreSQL commitfest app:
33
44{%for p in patches.values %}
55{{p.patch.name}}
6- https://commitfest.postgresql.org/{{p. patch.patchoncommitfest_set.all.0.commitfest.id}} /{{p.patch.id}}/
6+ https://commitfest.postgresql.org/patch/{{p.patch.id}}/
77{%for h in p.entries%}
88* {{h.what}} by {{h.by_string}}{%endfor%}
99
You can’t perform that action at this time.
0 commit comments