mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 19:44:05 +02:00
Display a warning when the email address is not validated
This commit is contained in:
@ -127,6 +127,7 @@ class MyAccountDetailView(LoginRequiredMixin, RedirectView):
|
||||
|
||||
class UserDetailView(LoginRequiredMixin, DetailView):
|
||||
model = User
|
||||
context_object_name = "user_object"
|
||||
template_name = "registration/user_detail.html"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user