Skip to content

Commit 398084c

Browse files
committed
Remove incorrect parenthesis
This was causing this error in production: ``` django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '()' from 'h.by_string()' ```
1 parent d6c838e commit 398084c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/mail/patch_notify.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ have received updates in the PostgreSQL commitfest app:
55
{{p.patch.name}}
66
https://commitfest.postgresql.org/{{p.patch.patchoncommitfest_set.all.0.commitfest.id}}/{{p.patch.id}}/
77
{%for h in p.entries%}
8-
* {{h.what}} by {{h.by_string()}}{%endfor%}
8+
* {{h.what}} by {{h.by_string}}{%endfor%}
99

1010

1111
{%endfor%}

0 commit comments

Comments
 (0)