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