mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
look like they are sensitive to the order of functions calling. Changed to correct order
This commit is contained in:
parent
80c8207795
commit
52404001dd
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class ApplicationStatus(generic.DetailView):
|
|||
return context
|
||||
|
||||
|
||||
class ApplicationWithdraw(LoginRequiredMixin, DomainPermission, generic.DetailView):
|
||||
class ApplicationWithdraw(LoginRequiredMixin, generic.DetailView, DomainPermission):
|
||||
model = DomainApplication
|
||||
template_name = "application_withdraw_confirmation.html"
|
||||
""" The page above will display asking user to confirm if they want to withdraw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue