aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/edit-league.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/edit-league.html')
-rw-r--r--templates/web/default/admin/edit-league.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/web/default/admin/edit-league.html b/templates/web/default/admin/edit-league.html
deleted file mode 100644
index 4f31eeb2e..000000000
--- a/templates/web/default/admin/edit-league.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<div class="admin-hint">
- <p>
- [% loc(
- "The diligency prize league table shows editors' activity (who's been editing the most records)."
- ) %]
- </p>
-</div>
-<h2>[% loc('Diligency prize league table') %]</h2>
-[% IF edit_activity.count %]
-<ul>
- [% WHILE ( editor = edit_activity.next ) %]
- <li>[% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.editor ) %]</li>
- [% END %]
-</ul>
-[% ELSE %]
-<p>
-[% loc('No edits have yet been made.') %]
-</p>
-[% END %]
-
-