Overhaul the "find by perm" feature a bit

use GET instead of POST on form submit, so can more easily share URL
for a particular result

also get rid of WTForms dependency!  sheesh

results table is still not pretty but..feeling lazy
This commit is contained in:
Lance Edgar 2023-03-25 13:03:47 -05:00
parent 45b8d9fb84
commit e96f8844e2
3 changed files with 52 additions and 65 deletions

View file

@ -99,7 +99,6 @@ requires = [
'transaction', # 1.2.0
'waitress', # 0.8.1
'WebHelpers2', # 2.0
'WTForms', # 2.1
'zope.sqlalchemy', # 0.7 2.0
]