aboutsummaryrefslogtreecommitdiffstats
path: root/src/booking/quick_deployer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/booking/quick_deployer.py')
-rw-r--r--src/booking/quick_deployer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/booking/quick_deployer.py b/src/booking/quick_deployer.py
index 5e5bc8b..9806348 100644
--- a/src/booking/quick_deployer.py
+++ b/src/booking/quick_deployer.py
@@ -227,7 +227,6 @@ def create_from_API(body, user):
data['scenario'] = None
data['image'] = Image.objects.get(pk=booking_info['imageLabID'])
-
data['resource_template'] = ResourceTemplate.objects.get(pk=booking_info['templateID'])
data['lab'] = data['resource_template'].lab
data['owner'] = user