mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
wip
This commit is contained in:
parent
de36ca9cf7
commit
15688b8fdb
3 changed files with 49 additions and 2 deletions
|
@ -36,6 +36,7 @@ class ListHeaderAdmin(AuditedAdmin):
|
|||
# Pass the filtered values to the template context
|
||||
extra_context['filters'] = filters
|
||||
extra_context['search_query'] = request.GET.get('q', '') # Assuming the search query parameter is 'q'
|
||||
logger.debug(f'changelist_view {extra_context}')
|
||||
return super().changelist_view(request, extra_context=extra_context)
|
||||
|
||||
def get_filters(self, request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue