Title on profile update page
This commit is contained in:
parent
2e7bf4964b
commit
43fd765a34
4 changed files with 31 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue