diff options
author | Graeme Porteous <graeme@rgbp.co.uk> | 2020-01-30 10:44:41 +0000 |
---|---|---|
committer | Graeme Porteous <graeme@rgbp.co.uk> | 2020-01-30 10:44:41 +0000 |
commit | 0cabb0b53615ade70e217e44804a9c2ca74867f1 (patch) | |
tree | e5913351b06169c4e4b78aac78674099101001e9 | |
parent | c82b1734cd2b5f224e3d4779972e4dcdefb41c7f (diff) | |
parent | 8fb1aabf639d4ed229162db8fc1776206ae82bfb (diff) |
Merge branch 'issues/freshdesk/389-northamptonshire-add-index-step'
-rw-r--r-- | templates/web/northamptonshire/index-steps.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/web/northamptonshire/index-steps.html b/templates/web/northamptonshire/index-steps.html new file mode 100644 index 000000000..99d11f7e8 --- /dev/null +++ b/templates/web/northamptonshire/index-steps.html @@ -0,0 +1,18 @@ +<h2>[% loc('How to report a problem') %]</h2> + +<ol class="big-numbers"> + <li>[% question %]</li> + <li>[% loc('Locate the problem on a map of the area') %]</li> + <li>[% loc('Enter details of the problem') %]</li> + <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> + <li> + Please enter a single problem per enquiry.<br> + The first item described will be taken as the enquiry + </li> +</ol> + +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> + |