From 1c9c717f6745e3fc8492bf3a7ea823b389192c74 Mon Sep 17 00:00:00 2001
From: catborise <catborise@yahoo.com>
Date: Fri, 24 Jan 2020 14:30:37 +0300
Subject: [PATCH] fix indentation. fix imports and description.

---
 computes/templates/computes.html | 1 -
 storages/views.py                | 2 +-
 webvirtcloud/wsgi.py             | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/computes/templates/computes.html b/computes/templates/computes.html
index cc9e675..eef96fd 100644
--- a/computes/templates/computes.html
+++ b/computes/templates/computes.html
@@ -152,7 +152,6 @@
                                                     <button type="submit" class="btn btn-primary" name="host_edit">
                                                         {% trans "Change" %}
                                                     </button>
-
                                                 </div>
                                             </form>
                                         {% endifequal %}
diff --git a/storages/views.py b/storages/views.py
index 8b2ec8b..d57e979 100644
--- a/storages/views.py
+++ b/storages/views.py
@@ -1,7 +1,7 @@
 from django.shortcuts import render, get_object_or_404
 from django.http import HttpResponseRedirect, HttpResponse
 from django.utils.translation import ugettext_lazy as _
-from django.core.urlresolvers import reverse
+from django.urls import reverse
 from django.contrib.auth.decorators import login_required
 from computes.models import Compute
 from storages.forms import AddStgPool, AddImage, CloneImage
diff --git a/webvirtcloud/wsgi.py b/webvirtcloud/wsgi.py
index 35ceb9b..912df99 100644
--- a/webvirtcloud/wsgi.py
+++ b/webvirtcloud/wsgi.py
@@ -4,7 +4,7 @@ WSGI config for webvirtcloud project.
 It exposes the WSGI callable as a module-level variable named ``application``.
 
 For more information on this file, see
-https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
+https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/
 """
 
 import os