Commit 0d4e5cfd by Kálmán Viktor

network: fix flake8

parent 57979689
...@@ -93,7 +93,7 @@ class DomainForm(ModelForm): ...@@ -93,7 +93,7 @@ class DomainForm(ModelForm):
class FirewallForm(ModelForm): class FirewallForm(ModelForm):
helper = FormHelper() helper = FormHelper()
helper.layout = Layout( helper.layout = Layout(
Div(Fieldset('', 'name', ) ), Div(Fieldset('', 'name', )),
FormActions( FormActions(
Submit('submit', _("Save")), Submit('submit', _("Save")),
LinkButton('back', _("Back"), LinkButton('back', _("Back"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment