def get_context_data(self, **kwargs): context = super(UpdateView, self).get_context_data(**kwargs) context['edit_header'] = "Edit Requested Services" return context # Abuse Update view