aboutsummaryrefslogtreecommitdiffstats
path: root/src/account
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
commitf54fc52fb6d137aabd00d16cb35a608456ac4bbc (patch)
tree8e945349199954789ff28473188762bf9d36c551 /src/account
parent011026903a94944258bf8c69aeb2700c6c57b02e (diff)
Fixed Selection of single hosts in quick booking
Change-Id: I8ca860ee23f9df44e38da76d539729771d32c455 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'src/account')
-rw-r--r--src/account/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/views.py b/src/account/views.py
index 11689a1..6f390fa 100644
--- a/src/account/views.py
+++ b/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)