diff options
author | Struan Donald <struan@exo.org.uk> | 2014-10-13 09:44:47 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-10-13 09:44:47 +0100 |
commit | 5460af998895ce426f503b5734d811b1796221ad (patch) | |
tree | 25639c6c4dc787c84eff90c5d51ecd519833c659 /templates | |
parent | 3c9b7f15dc9ac9231ab88c0242d37704a8bfca52 (diff) |
[fixmystreet.com] correct pricing for back end scoping
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/static/council.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/static/council.html b/templates/web/fixmystreet.com/static/council.html index 9609392f5..626a0ad65 100644 --- a/templates/web/fixmystreet.com/static/council.html +++ b/templates/web/fixmystreet.com/static/council.html @@ -226,7 +226,7 @@ <div class="pricing-extras-column--secondary"> <div class="pricing-extras-price"> <span class="pricing-label">One-off</span> - <span class="pricing-price">£15,500<span class="asterisk">*</span></span> + <span class="pricing-price">£2,250</span> </div> </div> </div> |