aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-10 17:58:24 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-10 17:58:24 +0100
commit71475203580fb85fc0d84dec619f0a9285898bf5 (patch)
tree6fc1049b9e970794843dc3b440765842e4891dc2
parenta0358f99a6bd85e421d9c916a7061d94d72c6f23 (diff)
Correct column name.
-rw-r--r--templates/web/default/admin/council_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/council_list.html b/templates/web/default/admin/council_list.html
index 28aefbc3c..ac99368fe 100644
--- a/templates/web/default/admin/council_list.html
+++ b/templates/web/default/admin/council_list.html
@@ -24,7 +24,7 @@
[% IF edit_activity.count %]
<ul>
[% WHILE ( editor = edit_activity.next ) %]
- <li>[% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.name ) %]</li>
+ <li>[% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.editor ) %]</li>
[% END %]
</ul>
[% ELSE %]