From 905ab4c2760f1dee46cd5a05521a7b4f689e150f Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Thu, 27 Aug 2015 15:33:10 +0100 Subject: [MakeMyIsland] Override FAQ and initial help templates --- www/cobrands/makemyisland/templates/en/help.html | 48 ++++++++++++++++++++++ .../makemyisland/templates/en/initial_help.html | 17 ++++++++ 2 files changed, 65 insertions(+) create mode 100644 www/cobrands/makemyisland/templates/en/help.html create mode 100644 www/cobrands/makemyisland/templates/en/initial_help.html diff --git a/www/cobrands/makemyisland/templates/en/help.html b/www/cobrands/makemyisland/templates/en/help.html new file mode 100644 index 0000000..dfe8912 --- /dev/null +++ b/www/cobrands/makemyisland/templates/en/help.html @@ -0,0 +1,48 @@ +

Frequently Asked Questions

+
+
What is <% print( CONFIG.APP_NAME ) %>?
+
<% print( CONFIG.APP_NAME ) %> is a website and app to help people report local problems they’ve found to their council.
+ +
How do I use this app?
+
The app will attempt to locate you automatically but if it can't or you want to report + a problem elsewhere you can search by postcode or location. To start reporting a problem scroll + the map till the crosshair is over the location of the problem and press 'New Report here'. +
+ +
What happens to the information I provide?
+
All the information you provide will be sent to the relevant authorities. + The title, category and details of your report will be displayed on the website. By default + your registered name (this can be any name) will also be displayed on the website but you can choose to have this hidden. + We will never display your email or phone number on the site.
+ +
What if I want to remain anonymous?
+
If you unselect 'Show my name publicly' when entering your details then your name will not be displayed on the website. + Your name, email and phone number, if you provided it, will always be sent to the council.
+ +
What if I've accidentally included personal information in a report
+
To have a report edited email support@makemyisland.mv with + details of the report.
+ +
I've forgotten my password, how do I reset it?
+
If you've forgotten your password you can reset it by selecting the "set a password" option when + next submitting a report. Please note that you have to click the link in the confirmation email to + activate or change your password.
+ +
What sort of problems should I report with <% print( CONFIG.APP_NAME ) %>?
+
<% print( CONFIG.APP_NAME ) %> is primarily for reporting things which are + broken or dirty or damaged or dumped, and need fixing, cleaning + or clearing.
+ +
What isn’t <% print( CONFIG.APP_NAME ) %> for?
+
<% print( CONFIG.APP_NAME ) %> is not a way of getting in touch with your council for all + issues – please use <% print( CONFIG.APP_NAME ) %> only for problems such as the above.
+ +
Is it free?
+
The site and app are free to use, yes. <% print( CONFIG.APP_NAME ) %> is run + by support from UNDP and authorities that are responsible to address the reported problems. + For more information see the website. +
+ +
Who built <% print( CONFIG.APP_NAME ) %>?
+
The site and this app was built by mySociety.
+
diff --git a/www/cobrands/makemyisland/templates/en/initial_help.html b/www/cobrands/makemyisland/templates/en/initial_help.html new file mode 100644 index 0000000..1c45583 --- /dev/null +++ b/www/cobrands/makemyisland/templates/en/initial_help.html @@ -0,0 +1,17 @@ +

Welcome to <% print( CONFIG.APP_NAME ) %>

+ +

Using this app you can report problems such as:

+

+

+

+ +

+It works both online and offline. +

-- cgit v1.2.3