From 43de253a1257eef0d9c3bf65b13f94191cdf7433 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Mon, 17 Feb 2014 13:52:32 +0100 Subject: [PATCH] Download of user list --- templates/admin/index.html | 4 ++-- templates/admin/users.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/admin/index.html b/templates/admin/index.html index ed77d8cf2..5580b83e8 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -28,8 +28,8 @@

{{_('Categories')}}

-

{{_('Administrators')}}

-

{{_('Manage administrators')}}

+

{{_('Users')}}

+

{{_('Manage users')}}

{{ _('Manage') }} diff --git a/templates/admin/users.html b/templates/admin/users.html index 53504019d..9c18c2e80 100644 --- a/templates/admin/users.html +++ b/templates/admin/users.html @@ -11,12 +11,14 @@ {{ render_account_local_nav(current_user, active_link) }}
-

{{ _('Admin Site') }}: {{ _('Manage Admin Users') }}

+ Download user list + +

{{ _('Admin Site') }}: {{ _('Manage Users') }}

{% from "_formhelpers.html" import render_field %}