This commit is contained in:
Rachid Mrad 2024-07-18 16:33:18 -04:00
parent d8fce10016
commit e3415a3de9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -104,7 +104,7 @@ def serialize_domain(domain):
suborganization_name = suborganization.name
except Domain.domain_info.RelatedObjectDoesNotExist:
domain_info = None
logger.debug(f'Issue in domains_json: We could not find domain_info for {domain}')
logger.debug(f"Issue in domains_json: We could not find domain_info for {domain}")
return {
"id": domain.id,

View file

@ -1,5 +1,4 @@
from django.shortcuts import render
from waffle.decorators import flag_is_active
def index(request):