HCDigitalScholarship / LinkedFlask

0 stars 0 forks source link

Home Page Empty Search #3

Open kwaychoff opened 8 years ago

kwaychoff commented 8 years ago

When using the searches on the home page tabs, if you leave the form blank it sends you back to the first tab, not the tab you were in.

mfhodges commented 8 years ago

There is a definitely flask solution to this and it would probably require more work than some js solution, but it would be worthwhile. Tabs work with ids: try http://127.0.0.1:5000/#letters or http://127.0.0.1:5000/#people. However something about the flask app doesnt change the visible url from the homepage to the url with that id when you click on a tab.

kwaychoff commented 7 years ago

This now works, for the most part, but the error messages do weird things and the test tab is causing minor issues.