aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-07-12 17:53:41 +0100
committerStruan Donald <struan@exo.org.uk>2012-07-12 17:53:41 +0100
commit739a06f80923333bd2d412e3bb5b773d2f7dad3f (patch)
tree7f5af1d107ec489dc525ca1d0940277adaea226c
parent411e5fb12dae9a577eb3924e0f14de171930de27 (diff)
END token not in braces confuses parser so be a bit more explicit
-rwxr-xr-xtemplates/web/fixmystreet/around/display_location.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html
index 1b02a3710..bad7c7af0 100755
--- a/templates/web/fixmystreet/around/display_location.html
+++ b/templates/web/fixmystreet/around/display_location.html
@@ -75,11 +75,10 @@
[% IF allow_creation %]
<h1 class="big-green-banner">
- [% loc( 'Click map to report a problem' )
- IF c.cobrand.moniker == 'bromley';
- '<span>Yellow pins show existing reports</span>';
- END
- %]
+ [% loc( 'Click map to report a problem' ) %]
+ [% IF c.cobrand.moniker == 'bromley' %]
+ <span>Yellow pins show existing reports</span>
+ [% END %]
</h1>
<p id="skip-this-step">
[%