From 879ebf85275e5f8942eb1a1e30d76cbee2a70715 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Fri, 22 Feb 2019 12:38:04 -0500 Subject: Fixed Selection of single hosts in quick booking Change-Id: I8ca860ee23f9df44e38da76d539729771d32c455 Signed-off-by: Parker Berberian --- dashboard/src/account/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/src/account/views.py') diff --git a/dashboard/src/account/views.py b/dashboard/src/account/views.py index 11689a1..6f390fa 100644 --- a/dashboard/src/account/views.py +++ b/dashboard/src/account/views.py @@ -228,7 +228,7 @@ def account_images_view(request): "images": my_images, "public_images": public_images, "used_images": used_images - } + } return render(request, template, context=context) -- cgit 1.2.3-korg