mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-08-21 16:47:22 +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