forked from jan/debianmemberportfolio
Jan Dittberner
12dc602c0b
use render in ddportfolio controller add webhelpers.rails to helpers.py create showform.mako resembling the output of the old ddportfolio.py
7 lines
218 B
Python
7 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 *
|