From c626e8f073f655ef3f51183fec76fb2dc0c5db9d Mon Sep 17 00:00:00 2001
From: Bach Dániel <bd@ik.bme.hu>
Date: Mon, 9 Feb 2015 12:53:11 +0100
Subject: [PATCH] dashboard: fix deploy form

---
 circle/dashboard/forms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle/dashboard/forms.py b/circle/dashboard/forms.py
index 00422e9..4069d83 100644
--- a/circle/dashboard/forms.py
+++ b/circle/dashboard/forms.py
@@ -978,7 +978,7 @@ class VmDeployForm(OperationForm):
 
     def __init__(self, *args, **kwargs):
         choices = kwargs.pop('choices', None)
-        instance = kwargs.pop("instance")
+        instance = kwargs.pop('instance', None)
 
         super(VmDeployForm, self).__init__(*args, **kwargs)
 
--
libgit2 0.26.0