diff options
Diffstat (limited to 'templates/web/hart')
-rw-r--r-- | templates/web/hart/around/intro.html | 4 | ||||
-rw-r--r-- | templates/web/hart/index-steps.html | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/templates/web/hart/around/intro.html b/templates/web/hart/around/intro.html index 727876224..7cc971041 100644 --- a/templates/web/hart/around/intro.html +++ b/templates/web/hart/around/intro.html @@ -1,4 +1,4 @@ <div id="postcode-intro"> - <h1>Reporting a problem in Hart's streets or parks</h1> - <h2>[% loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)') %]</h2> + <h1> Report something in Hart that needs to be fixed </h1> + <h2> (like graffiti, fly tipping, broken paving slabs, or street lighting) </h2> </div> diff --git a/templates/web/hart/index-steps.html b/templates/web/hart/index-steps.html index 8db031cf8..450a793c9 100644 --- a/templates/web/hart/index-steps.html +++ b/templates/web/hart/index-steps.html @@ -1,9 +1,9 @@ -<h2>[% loc('How to report a problem') %]</h2> +<h2> How to report </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> Locate it on a map of the area </li> + <li> Enter its details </li> <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> </ol> @@ -11,10 +11,8 @@ This site can also be used to report problems to Hampshire County Council via FixMyStreet. </div> -[% IF c.cobrand.moniker != 'emptyhomes' %] <section class="full-width"> [% INCLUDE "front/stats.html" %] [% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] </section> -[% END %] |