edited space

This commit is contained in:
asaki222 2024-12-05 13:19:48 -05:00
parent 41146f9d1b
commit 53f4640dc6
No known key found for this signature in database
GPG key ID: C51913A3A09FDC03

View file

@ -9,4 +9,5 @@ def index(request):
# 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)