1
0
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:
Yohann D'ANELLO
2020-09-24 18:54:03 +02:00
parent 413525c6d2
commit 471befb1f8
4 changed files with 54 additions and 21 deletions

View File

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