|
@ -150,7 +150,7 @@ class ExternView(CookieWizardView): |
|
|
def get_context_data(self, **kwargs): |
|
|
def get_context_data(self, **kwargs): |
|
|
context = super().get_context_data(**kwargs) |
|
|
context = super().get_context_data(**kwargs) |
|
|
if hasattr(self, 'choice'): |
|
|
if hasattr(self, 'choice'): |
|
|
context["choice"] = self.choice |
|
|
|
|
|
|
|
|
context["choice"] = TYPE_CHOICES[self.choice] |
|
|
return context |
|
|
return context |
|
|
|
|
|
|
|
|
def done(self, form_list, **kwargs): |
|
|
def done(self, form_list, **kwargs): |
|
|