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:
Jan Dittberner 2009-01-20 23:15:11 +01:00
parent 7d1c54fe70
commit 12dc602c0b
3 changed files with 23 additions and 1 deletions

View file

@ -4,3 +4,4 @@ Consists of functions to typically be used within templates, but also
available to Controllers. This module is available to both as 'h'.
"""
from webhelpers import *
from webhelpers.rails import *