debianmemberportfolio/ddportfolioservice/lib/helpers.py
Jan Dittberner 12dc602c0b 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
2009-01-20 23:15:18 +01:00

8 lines
218 B
Python

"""Helper functions
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 *