mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 05:29:43 +02:00
lint'd again
This commit is contained in:
parent
d3a0b30622
commit
2f7cd9b6ba
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ 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 = []
|
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