diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-15 07:16:27 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-15 07:16:27 +0200 |
commit | 32cb6bfbe566af080838f39817e70e06b4194630 (patch) | |
tree | d17b90a059a2b9274acdba126ce52da9c536da2e /pyaggr3g470r | |
parent | test account activation by admin. (diff) | |
download | newspipe-32cb6bfbe566af080838f39817e70e06b4194630.tar.gz newspipe-32cb6bfbe566af080838f39817e70e06b4194630.tar.bz2 newspipe-32cb6bfbe566af080838f39817e70e06b4194630.zip |
Updated template
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/admin/dashboard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 2a158df9..0b2f71d0 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -24,9 +24,9 @@ <a href="/admin/user/{{ user.id }}/"><i class="glyphicon glyphicon-user" title="{{ _('View this user') }}<"></i></a> <a href="/admin/edit_user/{{ user.id }}/"><i class="glyphicon glyphicon-edit" title="{{ _('Edit this user') }}"></i></a> {% if user.apikey == "" %} - <a href="/admin/enable_user/{{ user.id }}/"><i class="glyphicon glyphicon-ok-circle" title="Disable API key of this user"></i></a> + <a href="/admin/enable_user/{{ user.id }}/"><i class="glyphicon glyphicon-ok-circle" title="Disable this account"></i></a> {% else %} - <a href="/admin/disable_user/{{ user.id }}/"><i class="glyphicon glyphicon-ban-circle" title="Enable API key of this user"></i></a> + <a href="/admin/disable_user/{{ user.id }}/"><i class="glyphicon glyphicon-ban-circle" title="Enable this account"></i></a> {% endif %} <a href="/admin/delete_user/{{ user.id }}/"><i class="glyphicon glyphicon-remove" title="{{ _('Delete this user') }}" onclick="return confirm('{{ _('You are going to delete this account.') }}');"></i></a> </td> |