diff options
-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> + |