diff options
Diffstat (limited to 'templates/web/tfl/index-steps.html')
-rw-r--r-- | templates/web/tfl/index-steps.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/tfl/index-steps.html b/templates/web/tfl/index-steps.html new file mode 100644 index 000000000..a66ac8654 --- /dev/null +++ b/templates/web/tfl/index-steps.html @@ -0,0 +1,14 @@ +<h2>[% loc('How to report a problem') %]</h2> + +<ol class="big-numbers"> + <li>[% question %]</li> + <li>Tell us where it is on the map</li> + <li>[% loc('Enter details of the problem') %]</li> + <li>Confirm the report and we will investigate</li> +</ol> + +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> + |