mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
removed a line as per code review suggestion
This commit is contained in:
parent
8604f51918
commit
b4b037b7ee
1 changed files with 0 additions and 1 deletions
|
@ -479,7 +479,6 @@ class Finished(ApplicationWizard):
|
||||||
class ApplicationStatus(generic.DetailView):
|
class ApplicationStatus(generic.DetailView):
|
||||||
model = DomainApplication
|
model = DomainApplication
|
||||||
template_name = "application_status.html"
|
template_name = "application_status.html"
|
||||||
forms = [] # type: ignore
|
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
context = super(ApplicationStatus, self).get_context_data(**kwargs)
|
context = super(ApplicationStatus, self).get_context_data(**kwargs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue