mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
lint
This commit is contained in:
parent
6c308332b0
commit
a676da486a
2 changed files with 4 additions and 2 deletions
|
@ -367,7 +367,8 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
if obj and obj.creator.status == "ineligible":
|
||||
messages.warning(
|
||||
request,
|
||||
"Cannot edit an application when its creator has a status of ineligible.",
|
||||
"Cannot edit an application when its creator "
|
||||
+ "has a status of ineligible.",
|
||||
)
|
||||
|
||||
def change_view(self, request, object_id, form_url="", extra_context=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue