summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/views.py
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-02-22 12:38:04 -0500
committerParker Berberian <pberberian@iol.unh.edu>2019-02-22 12:41:32 -0500
commit879ebf85275e5f8942eb1a1e30d76cbee2a70715 (patch)
treec08ad45c8b51d699ab25ec3f58c44a8874c0c5bf /dashboard/src/account/views.py
parent16f1c65ac45a519a7ed710bca3068d6433fb2522 (diff)
Fixed Selection of single hosts in quick booking
Change-Id: I8ca860ee23f9df44e38da76d539729771d32c455 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/account/views.py')
-rw-r--r--dashboard/src/account/views.py2
1 files changed, 1 insertions, 1 deletions
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)