ci(minor): reenable prospector

This commit is contained in:
Jens Langhammer
2019-12-05 14:31:44 +01:00
parent c37e382c15
commit 328c999cb9
2 changed files with 9 additions and 21 deletions

View File

@ -46,8 +46,8 @@ class UserUpdateView(SuccessMessageMixin, LoginRequiredMixin,
form_class = UserForm
permission_required = 'passbook_core.change_user'
context_object_name = 'object' # By default the object's name
# is user which is used by other checks
# By default the object's name is user which is used by other checks
context_object_name = 'object'
template_name = 'generic/update.html'
success_url = reverse_lazy('passbook_admin:users')
success_message = _('Successfully updated User')