aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/admin/edit-league.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/admin/edit-league.html b/templates/web/default/admin/edit-league.html
index 881874492..4f31eeb2e 100644
--- a/templates/web/default/admin/edit-league.html
+++ b/templates/web/default/admin/edit-league.html
@@ -1,5 +1,3 @@
-<h2>[% loc('Diligency prize league table') %]</h2>
-[% IF edit_activity.count %]
<div class="admin-hint">
<p>
[% loc(
@@ -7,6 +5,8 @@
) %]
</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>