Fix Method Resolution Order
This commit is contained in:
parent
178ff8da38
commit
7b1cb975df
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class SignupValidateView(HostingContextMixin, TemplateView):
|
|||
return context
|
||||
|
||||
|
||||
class SignupValidatedView(HostingContextMixin, SignupValidateView):
|
||||
class SignupValidatedView(SignupValidateView, HostingContextMixin):
|
||||
template_name = "hosting/signup_validate.html"
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue