aboutsummaryrefslogtreecommitdiffstats
path: root/root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'root/admin')
-rw-r--r--root/admin/account_promote.tt8
1 files changed, 8 insertions, 0 deletions
diff --git a/root/admin/account_promote.tt b/root/admin/account_promote.tt
index f52ed12..467e24c 100644
--- a/root/admin/account_promote.tt
+++ b/root/admin/account_promote.tt
@@ -1,3 +1,11 @@
+[% IF promoted %]
+ [% l("List of users promoted :") %]
+ <ul>
+ [% FOREACH p IN promoted %]
+ <li>[% p %]</li>
+ [% END %]
+ </ul>
+[% END %]
<form method="post" action="">
<table border=0>
[% FOREACH entry IN entries %]