Commit c626e8f0 by Bach Dániel

dashboard: fix deploy form

parent 1e514d5b
...@@ -978,7 +978,7 @@ class VmDeployForm(OperationForm): ...@@ -978,7 +978,7 @@ class VmDeployForm(OperationForm):
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
choices = kwargs.pop('choices', None) choices = kwargs.pop('choices', None)
instance = kwargs.pop("instance") instance = kwargs.pop('instance', None)
super(VmDeployForm, self).__init__(*args, **kwargs) super(VmDeployForm, self).__init__(*args, **kwargs)
......
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