mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
changing order to see if loginrequired first work better
This commit is contained in:
parent
ace173b117
commit
80c8207795
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class ApplicationStatus(generic.DetailView):
|
|||
return context
|
||||
|
||||
|
||||
class ApplicationWithdraw(generic.DetailView, LoginRequiredMixin, DomainPermission):
|
||||
class ApplicationWithdraw(LoginRequiredMixin, DomainPermission, generic.DetailView):
|
||||
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