updated user-edit/delete texts: we don't have any functionality to edit users

This commit is contained in:
fonfon 2014-11-20 06:29:51 +01:00 committed by Sunil Mohan Adapa
parent 8d2e2be7fa
commit 9c95da8751
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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})