PEP8 cleanups.
This commit is contained in:
@@ -84,8 +84,10 @@ class DocumentsApp(MayanAppConfig):
|
||||
|
||||
MissingItem(
|
||||
label=_('Create a document type'),
|
||||
description=_('Every uploaded document must be assigned a document type, it is the basic way Mayan EDMS categorizes documents.'),
|
||||
condition=lambda: not DocumentType.objects.exists(),
|
||||
description=_(
|
||||
'Every uploaded document must be assigned a document type, '
|
||||
'it is the basic way Mayan EDMS categorizes documents.'
|
||||
), condition=lambda: not DocumentType.objects.exists(),
|
||||
view='documents:document_type_list'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user