Add test utils and tests for quick booking
[pharos-tools.git] / dashboard / src / account / views.py
index 11689a1..6f390fa 100644 (file)
@@ -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)