diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-24 17:04:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-24 17:04:39 +0100 |
commit | 8014f1f9eb98be2ab434150ab981a76ea29b05df (patch) | |
tree | 1b41d36213903dcedffdfb257ed064c3e56be17a | |
parent | 0e87fe14208bb20c4e901ba49c97df91c05e9fd5 (diff) |
FixMyBarangay does not have wards so do not list them in the dashboard
-rw-r--r-- | templates/web/default/dashboard/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/dashboard/index.html b/templates/web/default/dashboard/index.html index c2bfa9ea3..55421e709 100644 --- a/templates/web/default/dashboard/index.html +++ b/templates/web/default/dashboard/index.html @@ -17,6 +17,7 @@ </hgroup> <div class="filters"> + [% IF c.cobrand == 'fixmybarangay' %] <p> <label for="ward">Ward:</label> <select name="ward"><option value=''>All</option> @@ -25,6 +26,7 @@ [% END %] </select> </p> + [% END %] <p> <label for="category">Report category:</label> |