forked from jan/debianmemberportfolio
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
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue