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