diff options
Diffstat (limited to 'pgcommitfest')
| -rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 2c504cf..7fcf9fd 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -22,7 +22,7 @@ </tr> <tr> <th style="white-space: nowrap;">Latest email</th> - <td>{{patch.lastmail}} ({{patch.lastmail|timesince}} ago)</td> + <td>{%if patch.lastmail%}{{patch.lastmail}} ({{patch.lastmail|timesince}} ago){%endif%}</td> </tr> <tr> <th>Status</th> |
