diff --git a/create/views.py b/create/views.py index 877eb6f..5b03f8c 100644 --- a/create/views.py +++ b/create/views.py @@ -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': diff --git a/instances/templates/create_inst_block.html b/instances/templates/create_inst_block.html index 63fcc35..36ec37d 100644 --- a/instances/templates/create_inst_block.html +++ b/instances/templates/create_inst_block.html @@ -18,9 +18,13 @@