diff options
-rw-r--r-- | templates/web/fixmybarangay/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fixmybarangay/index.html b/templates/web/fixmybarangay/index.html index 8c2706e7d..fd240f218 100644 --- a/templates/web/fixmybarangay/index.html +++ b/templates/web/fixmybarangay/index.html @@ -30,8 +30,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">Luz</a> | - <a href="/around?latitude=10.295;longitude=123.888">San Nicolas Proper</a> + <a href="/around?latitude=10.322;longitude=123.907" class="green-btn" style="color:#fff">Bgy. Luz</a> + <a href="/around?latitude=10.295;longitude=123.888" class="green-btn" style="color:#fff">Bgy. Basak San Nicolas</a> </p> </form> </div> @@ -42,9 +42,8 @@ Modernizr.load({ <h2>[% loc('How to report a problem') %]</h2> <ol class="big-numbers"> - <li>Text FOO to 12345</li> - <li>Visit FOO in person</li> - <li>OTHER</li> + <li>Text LUZ or BSN followed by your report to 12345</li> + <li>Visit the Barangay Center in person</li> </ol> <section class="full-width"> |