aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fixamingata/problem-confirm-not-sending.html
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.se>2017-06-28 23:48:42 +0200
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-07 22:02:03 +0100
commit8e44bc941b85f3a2e453c7434434e40755931a1b (patch)
tree169e07b75a46e082b484bde537d00d6740ca2eac /templates/email/fixamingata/problem-confirm-not-sending.html
parenta16583df5416925b0da4ab158fc494671939e4fe (diff)
[FixaMinGata] Consolidate with upstream.
Add hook for post-title field content in report form. Update translations.
Diffstat (limited to 'templates/email/fixamingata/problem-confirm-not-sending.html')
-rw-r--r--templates/email/fixamingata/problem-confirm-not-sending.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/email/fixamingata/problem-confirm-not-sending.html b/templates/email/fixamingata/problem-confirm-not-sending.html
new file mode 100644
index 000000000..0a06d2880
--- /dev/null
+++ b/templates/email/fixamingata/problem-confirm-not-sending.html
@@ -0,0 +1,30 @@
+[%
+
+email_summary = "Du måste bekräfta din FixaMinGata-rapport innan den kan visas på sajten";
+email_columns = 2;
+
+PROCESS '_email_settings.html';
+
+INCLUDE '_email_top.html';
+
+%]
+
+<th style="[% td_style %][% primary_column_style %]" id="primary_column">
+ [% start_padded_box %]
+ <h1 style="[% h1_style %]">Bekräfta din&nbsp;FixaMinGata-rapport</h1>
+ <p style="[% p_style %]">För att bekräfta den rapport som du nyligen lade in på FixaMinGata
+måste du klicka på nedanstående länk. Notera att din rapport inte kommer att
+skickas till kommunen.</p>
+ <p style="[% p_style %]">Din rapport kommer också att visas på FixaMinGata.</p>
+ <p style="margin: 20px auto; text-align: center">
+ <a style="[% button_style %]" href="[% token_url %]">Skicka min rapport</a>
+ </p>
+ <p style="[% p_style %]">Om du inte vill skicka din rapport så behöver du inte göra något.</p>
+ [% end_padded_box %]
+</th>
+[% WRAPPER '_email_sidebar.html' object = report %]
+ <h2 style="[% h2_style %]">[% report.title | html %]</h2>
+ <p style="[% secondary_p_style %]">[% report.detail | html %]</p>
+[% END %]
+
+[% INCLUDE '_email_bottom.html' %]