mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
adding LoginRequiredMixIn
This commit is contained in:
parent
a37372e746
commit
ffe58c7e2f
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ class ApplicationStatus(generic.DetailView):
|
|||
return context
|
||||
|
||||
|
||||
class ApplicationWithdraw(generic.DetailView):
|
||||
class ApplicationWithdraw(generic.DetailView, LoginRequiredMixin):
|
||||
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