fixed the space finally VI

This commit is contained in:
asaki222 2024-12-05 13:22:43 -05:00
parent ef73f00dbc
commit 516cac8a5f
No known key found for this signature in database
GPG key ID: C51913A3A09FDC03

View file

@ -8,5 +8,5 @@ def index(request):
if request and request.user and request.user.is_authenticated:
# This controls the creation of a new domain request in the wizard
context["user_domain_count"] = request.user.get_user_domain_ids(request).count()
return render(request, "home.html", context)