Commit 319f3ca
authored
Fix invalid end tag in email template (#4633)
The
`hypha/apply/activity/templates/messages/email/project_final_approval.html`
template incorrectly uses `{% blocktrans %}...{% blocktrans %}` instead
of `{% blocktrans %}...{% endblocktrans %}`.
I found this while trying to run `makemessages` to generate the
translatable strings for our project.1 parent d70023d commit 319f3ca
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments