diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-05-04 20:28:07 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-05-04 20:28:07 +0100 |
commit | 6a2b0f4449a556e9565feafb2b61771d97550e91 (patch) | |
tree | eae92980696b2e536e267db5c7eab4f7bd9ed79f | |
parent | c1c23af9b7d9b6b451ac1d197b0d26ae6850935e (diff) |
correct BSN lat/long
-rw-r--r-- | templates/web/fixmybarangay/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmybarangay/index.html b/templates/web/fixmybarangay/index.html index 893ec4580..76ce69c28 100644 --- a/templates/web/fixmybarangay/index.html +++ b/templates/web/fixmybarangay/index.html @@ -31,8 +31,8 @@ Modernizr.load({ <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> <p> <a href="/around?latitude=10.322;longitude=123.907" class="yellow-btn">Bgy. Luz</a> - <a href="/around?latitude=10.295;longitude=123.888" class="yellow-btn">Bgy. Basak San Nicolas</a> - </p> + <a href="/around?latitude=10.288;longitude=123.870" class="yellow-btn">Bgy. Basak San Nicolas</a> + </p> </form> </div> </div> |