From d384c914a40ef90abccb9b0c84c07dc9c1d7ae1a Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 14 May 2020 19:34:28 +0300 Subject: [PATCH] stop getting status info before instance delete to prevent domain not found error --- instances/templates/instance.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 3c3a4b8..dae1ee1 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -1629,7 +1629,7 @@ {% ifequal status 3 %} {% else %} -
{% csrf_token %} + {% csrf_token %}