From 97fecf88db5de2969a6102ed65acf53012a28ee0 Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 6 May 2017 17:42:14 -0500 Subject: [PATCH] fixed typo --- hosting/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/views.py b/hosting/views.py index 1d811669..4396ede9 100644 --- a/hosting/views.py +++ b/hosting/views.py @@ -350,7 +350,7 @@ class PaymentVMView(LoginRequiredMixin, FormView): hosting_admin = HostingManageVMAdmin.__new__(HostingManageVMAdmin) hosting_admin.init_opennebula_client(request) - hosting_admin.create(request) + hosting_admin.create_vm(request) # Send notification to ungleich as soon as VM has been booked context = {