add form template
use render in ddportfolio controller add webhelpers.rails to helpers.py create showform.mako resembling the output of the old ddportfolio.py
This commit is contained in:
parent
7d1c54fe70
commit
12dc602c0b
3 changed files with 23 additions and 1 deletions
|
@ -10,4 +10,4 @@ class DdportfolioController(BaseController):
|
|||
# Return a rendered template
|
||||
# return render('/some/template.mako')
|
||||
# or, Return a response
|
||||
return 'Hello World'
|
||||
return render('/showform.mako')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue