aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/email/default/problem-confirm.txt20
-rw-r--r--templates/web/default/email_sent.html34
2 files changed, 54 insertions, 0 deletions
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt
new file mode 100644
index 000000000..e16c90037
--- /dev/null
+++ b/templates/email/default/problem-confirm.txt
@@ -0,0 +1,20 @@
+Subject: Confirm your problem on FixMyStreet
+
+Hi [% report.user.name %],
+
+Please click on the link below to confirm the problem you just
+added to FixMyStreet:
+
+[% token_url %]
+
+If your email program does not let you click on this link,
+copy and paste it into your web browser and press return.
+
+Your problem had the title:
+[% report.title %]
+
+And details:
+[% report.detail %]
+
+Yours,
+The FixMyStreet team
diff --git a/templates/web/default/email_sent.html b/templates/web/default/email_sent.html
new file mode 100644
index 000000000..bcfcf8617
--- /dev/null
+++ b/templates/web/default/email_sent.html
@@ -0,0 +1,34 @@
+[% INCLUDE 'header.html', title => loc('Create a report') %]
+
+[%
+ messages = {
+ problem => {
+ action => loc('your problem will not be posted'),
+ worry => loc("we'll hang on to your problem report while you're checking your email."),
+ },
+ update => {
+ action => loc('your update will not be posted'),
+ worry => loc("we'll hang on to your update while you're checking your email."),
+ },
+ alert => {
+ action => loc('your alert will not be activated'),
+ worry => loc("we'll hang on to your alert while you're checking your email."),
+ },
+ tms => {
+ action => 'your expression of interest will not be registered',
+ worry => "we'll hang on to your expression of interest while you're checking your email.",
+ }
+ }
+%]
+<h1>Nearly Done! Now check your email...</h1>
+
+<p>The confirmation email <strong>may</strong> take a few minutes to arrive &mdash; <em>please</em> be patient.</p>
+
+<p>If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.</p>
+
+<p>You must now click the link in the email we've just sent you &mdash; if you do not, [% messages.$email_type.action %].</p>
+
+<p>(Don't worry &mdash; [% messages.$email_type.worry %])</p>
+
+
+[% INCLUDE 'footer.html' %] \ No newline at end of file