From 890f5921487849c2b95b268095fd5c3a2d5afe18 Mon Sep 17 00:00:00 2001 From: catborise Date: Mon, 13 Sep 2021 10:26:42 +0300 Subject: [PATCH] also show add flavor button if there is not any --- instances/templates/create_instance_w2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances/templates/create_instance_w2.html b/instances/templates/create_instance_w2.html index 112e45f..2c314bf 100644 --- a/instances/templates/create_instance_w2.html +++ b/instances/templates/create_instance_w2.html @@ -59,6 +59,8 @@
+ {% include 'create_flav_block.html' %} + {% if not flavors %}
@@ -66,8 +68,6 @@
{% else %} - {% include 'create_flav_block.html' %} -