fixed typo

This commit is contained in:
Levi 2017-05-06 17:42:14 -05:00
parent ac9ba1480b
commit 97fecf88db

View file

@ -350,7 +350,7 @@ class PaymentVMView(LoginRequiredMixin, FormView):
hosting_admin = HostingManageVMAdmin.__new__(HostingManageVMAdmin) hosting_admin = HostingManageVMAdmin.__new__(HostingManageVMAdmin)
hosting_admin.init_opennebula_client(request) 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 # Send notification to ungleich as soon as VM has been booked
context = { context = {