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:
parent
7208b390c5
commit
b132be1f67
6 changed files with 176 additions and 13 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue