whitespaces compliance

This commit is contained in:
Pierre-antoine Comby 2020-03-25 16:58:15 +01:00
parent 2d18cb983f
commit 826573f553
1 changed files with 4 additions and 2 deletions

View File

@ -269,11 +269,13 @@ class PictureUpdateView(LoginRequiredMixin, FormMixin, DetailView):
self.object.note.save()
return super().form_valid(form)
class ProfilePictureUpdateView(PictureUpdateView):
model = User
template_name = 'member/profile_picture_update.html'
context_object_name = 'user_object'
class ManageAuthTokens(LoginRequiredMixin, TemplateView):
"""
Affiche le jeton d'authentification, et permet de le regénérer