Skip to content

Commit 2a1b58e

Browse files
author
symon.vezina
committed
display_tags.py add and removed blank line
1 parent c447860 commit 2a1b58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/templatetags/display_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,10 +1168,10 @@ def import_history(finding, *, autoescape=True):
11681168

11691169
return mark_safe(html % (list_of_status_changes))
11701170

1171+
11711172
@register.filter
11721173
def has_required_field(form):
11731174
"""Returns True if the form has at least one required field"""
11741175
if not form:
11751176
return False
11761177
return any(field.field.required for field in form)
1177-

0 commit comments

Comments
 (0)