mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
fix flake8
This commit is contained in:
@@ -106,6 +106,7 @@ class ControlFieldRenderer(FieldRenderer):
|
|||||||
html = f'<div class="{css_class}">{html}</div>'
|
html = f'<div class="{css_class}">{html}</div>'
|
||||||
return html
|
return html
|
||||||
|
|
||||||
|
|
||||||
class ControlFieldWithVisibilityRenderer(ControlFieldRenderer):
|
class ControlFieldWithVisibilityRenderer(ControlFieldRenderer):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
kwargs['layout'] = 'horizontal'
|
kwargs['layout'] = 'horizontal'
|
||||||
|
|||||||
Reference in New Issue
Block a user