diff options
-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> |