add jQuery magic for input

- display fields depending on whether a DD email address is entered or
  not
- make automatically determined fields readonly
- don't hide fields with errors
This commit is contained in:
Jan Dittberner 2009-01-23 18:03:39 +01:00
parent 7208b390c5
commit b132be1f67
6 changed files with 176 additions and 13 deletions

View file

@ -41,6 +41,8 @@ def make_map():
# CUSTOM ROUTES HERE
map.connect('', controller='ddportfolio', action='index')
map.connect('result', controller='ddportfolio', action='urllist')
map.connect('htmlformhelper.js', controller='showformscripts',
action='index')
map.connect(':controller/:action/:id')
map.connect('*url', controller='template', action='view')