summaryrefslogtreecommitdiffstats
path: root/dashboard/src/account/views.py
diff options
context:
space:
mode:
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)