1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00
This commit is contained in:
Retspen 2015-05-15 20:54:55 +03:00
parent d91de06e0c
commit ba556c2272
3 changed files with 21 additions and 8 deletions

View file

@ -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':