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:
parent
45b8d9fb84
commit
e96f8844e2
3 changed files with 52 additions and 65 deletions
1
setup.py
1
setup.py
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue