Commit b5ff1ab1 by Estók Dániel

setty: flake8 fix.

parent 70cb3792
......@@ -103,7 +103,8 @@ class IndexView(LoginRequiredMixin, TemplateView):
# setty services
if user.has_perm('vm.create_template'):
context['services'] = Service.objects.filter(user=user).order_by('-pk')[:5]
context['services'] = Service.objects.filter(
user=user).order_by('-pk')[:5]
# toplist
if settings.STORE_URL:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment