tweak the title of the /admin/admins
page
This commit is contained in:
parent
46c431de31
commit
b8224d2ae8
@ -69,7 +69,7 @@
|
||||
% macro nav_admin()
|
||||
{{ nav([
|
||||
('/', icon('index', "Index")),
|
||||
('/admins', "Audit Log"),
|
||||
('/admins', "Admin Log"),
|
||||
('/cron', "Cron Jobs"),
|
||||
('/debug', "Debugging"),
|
||||
('/emails', "Email Addresses"),
|
||||
|
@ -10,7 +10,7 @@ title = "Admin Tools"
|
||||
% block content
|
||||
|
||||
<dl class="card">
|
||||
<dt><a href="/admin/admins">Audit Log</a></dt>
|
||||
<dt><a href="/admin/admins">Admin Log</a></dt>
|
||||
<dd>View a log of actions performed by admins.</dd>
|
||||
</dl>
|
||||
<dl class="card">
|
||||
|
Loading…
x
Reference in New Issue
Block a user