diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 17:58:24 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 17:58:24 +0100 |
commit | 71475203580fb85fc0d84dec619f0a9285898bf5 (patch) | |
tree | 6fc1049b9e970794843dc3b440765842e4891dc2 | |
parent | a0358f99a6bd85e421d9c916a7061d94d72c6f23 (diff) |
Correct column name.
-rw-r--r-- | templates/web/default/admin/council_list.html | 2 |
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 %] |