upgrade mako templates, add explicit webhelpers

This commit is contained in:
Jan Dittberner 2010-04-17 12:48:31 +02:00
parent 716ca8d40a
commit 7cb0b383a3
8 changed files with 26 additions and 20 deletions

View file

@ -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