diff options
Diffstat (limited to 'templates/email/fixamingata/alert-problem-area.html')
-rw-r--r-- | templates/email/fixamingata/alert-problem-area.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/email/fixamingata/alert-problem-area.html b/templates/email/fixamingata/alert-problem-area.html new file mode 100644 index 000000000..45e1b7db5 --- /dev/null +++ b/templates/email/fixamingata/alert-problem-area.html @@ -0,0 +1,19 @@ +[% + +email_summary = "Nya rapporter i " _ area_name _ " på FixaMinGata"; +email_columns = 1; + +PROCESS '_email_settings.html'; + +INCLUDE '_email_top.html'; + +%] + +<th style="[% td_style %][% only_column_style %]"> + <h1 style="[% h1_style %]">Nya rapporter inom [% area_name %]</h1> + [%~ INCLUDE '_email_report_list.html' %] + + <p style="[% p_style %]"><a href="[% unsubscribe_url %]">Avsluta min prenumeration på nya rapporter i [% area_name %]</a></p> +</th> + +[% INCLUDE '_email_bottom.html' %] |