Skip to content

Commit

Permalink
Merge branch 'main' into new_resource_casenames
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie authored Nov 22, 2024
2 parents 8fd8acd + 346a8b0 commit 4f819a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cl/opinion_page/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ async def court_homepage(request: HttpRequest, pk: str) -> HttpResponse:

mutable_GET = request.GET.copy()

es_flag_for_oa = await sync_to_async(waffle.flag_is_active)(
request, "oa-es-active"
es_flag_for_o = await sync_to_async(waffle.flag_is_active)(
request, "o-es-active"
)

if not es_flag_for_oa:
if not es_flag_for_o:
# Do solr search
response = await sync_to_async(do_search)(
mutable_GET,
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f819a9

Please sign in to comment.