Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Adds fallback to email templates footer if no contact is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Dec 17, 2015
1 parent 8bce61c commit 34beea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onegov/town/templates/mail_layout.pt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<tr>
<td align="center">
<p>
<tal:block replace="structure layout.town.meta.contact_html" />
<tal:block replace="structure layout.town.meta.contact_html|layout.town.name" />
</p>
</td>
</tr>
Expand Down

0 comments on commit 34beea9

Please sign in to comment.