Commit 9a062596 by Kálmán Viktor

network: fix flake8 error

parent 961a5f71
......@@ -58,7 +58,8 @@ class BlacklistItemForm(ModelForm):
),
FormActions(
Submit('submit', _('Save changes')),
LinkButton('back', _("Back"), reverse_lazy('network.blacklist_list'))
LinkButton('back', _("Back"),
reverse_lazy('network.blacklist_list'))
)
)
......
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