forked from jan/debianmemberportfolio
upgrade result page to Pylons 0.10
This commit is contained in:
parent
0b3373da0e
commit
39fb201f84
3 changed files with 14 additions and 8 deletions
|
@ -27,5 +27,7 @@ available to Controllers. This module is available to templates as 'h'.
|
|||
"""
|
||||
from webhelpers.html.builder import escape, literal
|
||||
from webhelpers.html.tags import stylesheet_link, javascript_link, image, \
|
||||
form, text, radio, submit, end_form
|
||||
form, text, radio, submit, end_form, link_to
|
||||
from webhelpers.text import truncate
|
||||
from webhelpers.textile import textile
|
||||
from routes import url_for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue