aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-13 15:31:18 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-13 15:31:18 +0000
commita3bacd96be490891075f9cfb7db3c794aa3939a4 (patch)
tree325ee394ff4fb894e41881d32840c71a297bbf2f /templates
parente1acca6be00bbf092fb828cfd99ea734ef39abd4 (diff)
Remove unneeded graph link.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/zurich/admin/index.html b/templates/web/zurich/admin/index.html
index ab835b5a3..a51c7f6fe 100644
--- a/templates/web/zurich/admin/index.html
+++ b/templates/web/zurich/admin/index.html
@@ -6,12 +6,6 @@
<li>[% tprintf( loc('%d council contacts &ndash; %d confirmed, %d unconfirmed'), contacts.total, contacts.1, contacts.0) %]</li>
</ul>
-[% IF c.cobrand.admin_show_creation_graph -%]
- <p>
- <a href="[% c.config.BASE_URL %]/fms-live-creation.png">[% loc('Graph of problem creation by status over time') %]</a>
- </p>
-[% END -%]
-
<h2>[% loc('Problem breakdown by state') %]</h2>
<ul>
[% FOREACH state IN problems.keys.sort %]