diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-02-22 12:38:04 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-02-22 12:41:32 -0500 |
commit | f54fc52fb6d137aabd00d16cb35a608456ac4bbc (patch) | |
tree | 8e945349199954789ff28473188762bf9d36c551 /src/account/views.py | |
parent | 011026903a94944258bf8c69aeb2700c6c57b02e (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/views.py')
-rw-r--r-- | src/account/views.py | 2 |
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) |