From fd24153ddb94a92a8d99664caa820734b0e1e7ff Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 2 Apr 2018 00:15:30 +0300 Subject: [PATCH] add region to order list --- app/templates/admin/list_orders.html | 3 ++- app/templates/vmanager/create.html | 22 ---------------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/app/templates/admin/list_orders.html b/app/templates/admin/list_orders.html index 0579c86..2d014ef 100644 --- a/app/templates/admin/list_orders.html +++ b/app/templates/admin/list_orders.html @@ -18,6 +18,7 @@ User + Region Recipe param 1 param 2 @@ -29,8 +30,8 @@ {% for order in orders %} - {{ order.owner.email }} + {{ order.region.description }} {{ order.recipe.templatefile }} {{ order.parameter1 }} {{ order.parameter2 }} diff --git a/app/templates/vmanager/create.html b/app/templates/vmanager/create.html index ffd8d56..fef247d 100644 --- a/app/templates/vmanager/create.html +++ b/app/templates/vmanager/create.html @@ -3,28 +3,6 @@ {% block title %}Create{% endblock %} {% block page_content %} - - - -