Update web/core/views.py

This commit is contained in:
Joshua Laymon 2025-08-19 22:04:32 +00:00
parent 29e5fb9783
commit 4e318df4d1

View File

@ -17,6 +17,7 @@ from .scripture_normalizer import normalize_scripture_field # NEW
from .source_normalizer import normalize_source_field # NEW from .source_normalizer import normalize_source_field # NEW
from .subject_normalizer import normalize_subject_field # NEW from .subject_normalizer import normalize_subject_field # NEW
from .utils import terms, has_wildcards, wildcard_to_regex, import_csv_bytes from .utils import terms, has_wildcards, wildcard_to_regex, import_csv_bytes
from django.contrib.staticfiles.storage import staticfiles_storage
# Order + labels used in the Search UI # Order + labels used in the Search UI