mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Make domain creation work with XML. Fix typo
This commit is contained in:
parent
be6c1e91f8
commit
0d90e4bb46
3 changed files with 11 additions and 5 deletions
|
@ -451,7 +451,7 @@ def instance(request, compute_id, vname):
|
|||
else:
|
||||
error_messages.append(msg)
|
||||
else:
|
||||
msg = _("Please shutdow down your instance and then try again")
|
||||
msg = _("Please shutdown down your instance and then try again")
|
||||
error_messages.append(msg)
|
||||
|
||||
if 'addpublickey' in request.POST:
|
||||
|
@ -473,7 +473,7 @@ def instance(request, compute_id, vname):
|
|||
else:
|
||||
error_messages.append(msg)
|
||||
else:
|
||||
msg = _("Please shutdow down your instance and then try again")
|
||||
msg = _("Please shutdown down your instance and then try again")
|
||||
error_messages.append(msg)
|
||||
|
||||
if 'resize' in request.POST and (request.user.is_superuser or request.user.is_staff or userinstance.is_change):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue