jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 0 forks source link

no result search seems to redirect to play view #161

Closed bbelderbos closed 6 months ago

bbelderbos commented 6 months ago

When I search this (on my end):

Screenshot 2024-01-18 at 13 36 26

I end up seeing something of the play.html template:

Screenshot 2024-01-18 at 13 36 29
bbelderbos commented 6 months ago

OK this is an easy fix, seems you just need to change this early return template from play.html to list.html in the tune_list view.

image