diff options
Diffstat (limited to 'templates/web/highwaysengland/index-steps.html')
-rw-r--r-- | templates/web/highwaysengland/index-steps.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/web/highwaysengland/index-steps.html b/templates/web/highwaysengland/index-steps.html new file mode 100644 index 000000000..10cb208f1 --- /dev/null +++ b/templates/web/highwaysengland/index-steps.html @@ -0,0 +1,13 @@ +<h2>How to report a problem</h2> + +<ol class="big-numbers"> + <li>[% question %]</li> + <li>Locate the problem on a map of the area</li> + <li>Enter details of the problem</li> + <li>We will investigate</li> +</ol> + +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> |