diff options
-rw-r--r-- | templates/email/fixmybarangay/login.txt | 14 | ||||
-rw-r--r-- | templates/email/fixmybarangay/signature.txt | 2 | ||||
-rw-r--r-- | templates/web/fixmybarangay/auth/sign_out.html | 8 |
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' %] |