def get_context_data(self, **kwargs): ctx = super(ResultConfigView, self).get_context_data(**kwargs) ctx.update(dict(action=_('Save'))) return ctx