diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-27 11:03:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-27 11:03:42 +0100 |
commit | f400dfb09f8338f6428296507e9678e08edb7542 (patch) | |
tree | 4b2c3ec632c76189c19d587e79ada3949a75f308 | |
parent | 8014f1f9eb98be2ab434150ab981a76ea29b05df (diff) |
show wards if NOT fixmybarangay cobrand
-rw-r--r-- | templates/web/default/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/dashboard/index.html b/templates/web/default/dashboard/index.html index 55421e709..daa7fb13b 100644 --- a/templates/web/default/dashboard/index.html +++ b/templates/web/default/dashboard/index.html @@ -17,7 +17,7 @@ </hgroup> <div class="filters"> - [% IF c.cobrand == 'fixmybarangay' %] + [% IF c.cobrand != 'fixmybarangay' %] <p> <label for="ward">Ward:</label> <select name="ward"><option value=''>All</option> |