diff options
Diffstat (limited to 'templates/email/fixamingata/submit.html')
-rw-r--r-- | templates/email/fixamingata/submit.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/email/fixamingata/submit.html b/templates/email/fixamingata/submit.html index da4e7f48f..dfc56589a 100644 --- a/templates/email/fixamingata/submit.html +++ b/templates/email/fixamingata/submit.html @@ -27,8 +27,14 @@ tror medborgaren behöver er uppmärksamhet.</p> </tr> <tr> <th style="[% contact_th_style %]">Epost</th> - <td style="[% contact_td_style %]"><a href="mailto:[% email | html %]">[% email | html %]</a></td> + <td style="[% contact_td_style %]"> + [%~ IF email ~%] + <a href="mailto:[% email | html %]">[% email | html %]</a> + [%~ ELSE ~%] + [%~ END ~%] + </td> </tr> + [% END %] [%~ IF phone %] <tr> <th style="[% contact_th_style %]">Telefon</th> |