mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Title on profile update page
This commit is contained in:
@ -60,6 +60,7 @@ class UserUpdateView(LoginRequiredMixin, UpdateView):
|
||||
context['user'] = self.request.user
|
||||
context["profile_form"] = self.second_form(
|
||||
instance=context['user_modified'].profile)
|
||||
context['title'] = _("Update Profile")
|
||||
|
||||
return context
|
||||
|
||||
|
Reference in New Issue
Block a user