diff options
author | Martin Wright <martin@mysociety.org> | 2019-07-02 17:29:32 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-10-21 14:27:34 +0100 |
commit | 9f6895487fb32cb07a0d3e1f8337d2e6c3ee751c (patch) | |
tree | 4f88f9d4af278688661c3d5690f2aecea640469a /templates/web/peterborough/index-steps.html | |
parent | afdb8b60c4b30458051fbacec7bd8421c9c2a013 (diff) |
[Peterborough] Initial cobrand
Diffstat (limited to 'templates/web/peterborough/index-steps.html')
-rw-r--r-- | templates/web/peterborough/index-steps.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/web/peterborough/index-steps.html b/templates/web/peterborough/index-steps.html new file mode 100644 index 000000000..13d8c8961 --- /dev/null +++ b/templates/web/peterborough/index-steps.html @@ -0,0 +1,13 @@ +<h2>[% loc('How to report a problem') %]</h2> + +<ol class="big-numbers"> + <li>[% question %]</li> + <li>[% loc('Locate the problem on a map') %]</li> + <li>[% loc('Enter more details of the problem') %]</li> + <li>Confirm your report and [% c.cobrand.council_name %] will investigate</li> +</ol> + +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> |