mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
updated user-edit/delete texts: we don't have any functionality to edit users
This commit is contained in:
parent
8d2e2be7fa
commit
9c95da8751
@ -37,11 +37,6 @@
|
||||
|
||||
<div class="well sidebar-nav">
|
||||
|
||||
<h3>Edit Users</h3>
|
||||
|
||||
<p>Click on a user's name to go to a screen for editing that
|
||||
user's account.</p>
|
||||
|
||||
<h3>Delete Users</h3>
|
||||
|
||||
<p>Check the box next to a users' names and then click "Delete
|
||||
|
||||
@ -134,7 +134,7 @@ def edit(request):
|
||||
form = UserEditForm(prefix='user')
|
||||
|
||||
return TemplateResponse(request, 'users_edit.html',
|
||||
{'title': _('Edit or Delete User'),
|
||||
{'title': _('Delete Users'),
|
||||
'form': form})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user