forked from jan/debianmemberportfolio
upgrade mako templates, add explicit webhelpers
This commit is contained in:
parent
716ca8d40a
commit
7cb0b383a3
8 changed files with 26 additions and 20 deletions
|
@ -25,4 +25,7 @@
|
|||
Consists of functions to typically be used within templates, but also
|
||||
available to Controllers. This module is available to templates as 'h'.
|
||||
"""
|
||||
from webhelpers.html.builder import escape
|
||||
from webhelpers.html.builder import escape, literal
|
||||
from webhelpers.html.tags import stylesheet_link, javascript_link, image, \
|
||||
form, text, radio, submit, end_form
|
||||
from routes import url_for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue