diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-05 01:36:16 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-05 01:36:16 +0000 |
commit | 24f63072873835bf0f2f72a42e04551c7d60bfe4 (patch) | |
tree | 5b65a244c032d2bdab44a36fb8982ab65a9695eb | |
parent | dcf76b83a077833df57b6560d610e8cedd4162ed (diff) |
no longer need hardcoded links to departments in FMB, now they are bona fide bodies
-rwxr-xr-x | templates/web/fixmybarangay/reports/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/web/fixmybarangay/reports/index.html b/templates/web/fixmybarangay/reports/index.html index cda1fd6fd..984e0d472 100755 --- a/templates/web/fixmybarangay/reports/index.html +++ b/templates/web/fixmybarangay/reports/index.html @@ -39,20 +39,4 @@ </table> -<p> -[%# (this will change when we have 'body' logic in place, meanwhile: hardcoded) %] -See also the maps of reports submitted to these departments: -</p> -<ul> -<li> -<a href="/reports/depw" title="Department of Engineering and Public Works">DEPW</a> — city road maintenance -</li> -<li> -<a href="/reports/dps" title="Department of Public Services">DPS</a> — streetlight maintenance -</li> -<li> -<a href="/reports/dpwh" title="Department of Public Works and Highways">DPWH</a> — national road maintenance -</li> -</ul> -</p> [% INCLUDE 'footer.html', pagefooter = 'yes' %] |