You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs after the successful submission of a registrar approval, but then fails on the success message to the user. If it's OK for the registrar user to be null then the message should handle that case.
AttributeError: 'NoneType' object has no attribute 'email'
(1 additional frame(s) were not displayed)
...
File "django/core/handlers/base.py", line 115, in _get_response
response = self.process_exception_by_middleware(e, request)
File "django/core/handlers/base.py", line 113, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django/contrib/auth/decorators.py", line 21, in _wrapped_view
return view_func(request, *args, **kwargs)
File "perma/utils.py", line 96, in _wrapped_view
return view_func(request, *args, **kwargs)
File "perma/views/user_management.py", line 364, in approve_pending_registrar
messages.add_message(request, messages.SUCCESS, f'Registrar request for <strong>{target_registrar}</strong> denied. Please inform {target_registrar_user.email} if appropriate.', extra_tags='safe')
The text was updated successfully, but these errors were encountered:
This occurs after the successful submission of a registrar approval, but then fails on the success message to the user. If it's OK for the registrar user to be null then the message should handle that case.
Sentry Issue: PERMA-2HA
The text was updated successfully, but these errors were encountered: