mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Fixed #3
This commit is contained in:
parent
d91de06e0c
commit
ba556c2272
3 changed files with 21 additions and 8 deletions
|
|
@ -48,10 +48,10 @@ def create_instance(request, compute_id):
|
|||
|
||||
if conn:
|
||||
if not storages:
|
||||
msg = _("You haven't defined have any storage pools")
|
||||
msg = _("You haven't defined any storage pools")
|
||||
error_messages.append(msg)
|
||||
if not networks:
|
||||
msg = _("You haven't defined have any network pools")
|
||||
msg = _("You haven't defined any network pools")
|
||||
error_messages.append(msg)
|
||||
|
||||
if request.method == 'POST':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue