aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-02 13:05:08 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-02 13:05:08 +0000
commitf6ea4d5db51e188e9531f923ebd6bd2554fa9a19 (patch)
treeb39e973e043b3373fa334db2872b8a19ceef3e1c
parentb26a5d78f668a8dfea6c2f536daa8b5ba04857fa (diff)
fixed signed up templates that were saying 'FixMyStreet'
-rw-r--r--templates/email/fixmybarangay/login.txt14
-rw-r--r--templates/email/fixmybarangay/signature.txt2
-rw-r--r--templates/web/fixmybarangay/auth/sign_out.html8
3 files changed, 24 insertions, 0 deletions
diff --git a/templates/email/fixmybarangay/login.txt b/templates/email/fixmybarangay/login.txt
new file mode 100644
index 000000000..3ca8d1323
--- /dev/null
+++ b/templates/email/fixmybarangay/login.txt
@@ -0,0 +1,14 @@
+Subject: [% loc('Your FixMyBarangay.com account details') %]
+
+Please click on the link below to confirm your email address. Then you will be
+able to view your problem reports and manage them more easily.
+
+[% c.uri_for_action( 'auth/token', token ) %]
+
+Note that your can't create new reports on FixMyBarangay unless your account has
+been authorised as a staff account, which we can do after it has been created.
+Get in touch with the team if you think this applies to you, and we haven't yet
+authorised your account.
+
+[% INCLUDE 'signature.txt' %]
+
diff --git a/templates/email/fixmybarangay/signature.txt b/templates/email/fixmybarangay/signature.txt
new file mode 100644
index 000000000..eb5000f58
--- /dev/null
+++ b/templates/email/fixmybarangay/signature.txt
@@ -0,0 +1,2 @@
+Yours,
+The FixMyBarangay team
diff --git a/templates/web/fixmybarangay/auth/sign_out.html b/templates/web/fixmybarangay/auth/sign_out.html
new file mode 100644
index 000000000..11888089a
--- /dev/null
+++ b/templates/web/fixmybarangay/auth/sign_out.html
@@ -0,0 +1,8 @@
+[% INCLUDE 'header.html', title = loc('Sign out'), bodyclass = 'fullwidthpage' %]
+
+<h1>[% loc('You have been signed out') %]</h1>
+
+<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>, or
+go back to the <a href="/">FixMyBarangay front page</a>.</p>
+
+[% INCLUDE 'footer.html' %]