fix: 
convert htmx dynsel search method to GET

Fixes a bug where, when contained in a form with multiple fields named "q", the search would not work since HTMX is including all fields of the parent form.
Showing
- scipost_django/common/templates/htmx/dynsel.html 4 additions, 4 deletionsscipost_django/common/templates/htmx/dynsel.html
- scipost_django/common/templates/htmx/dynsel_list_page.html 1 addition, 1 deletionscipost_django/common/templates/htmx/dynsel_list_page.html
- scipost_django/common/views.py 2 additions, 2 deletionsscipost_django/common/views.py
Please register or sign in to comment