Show More
@@ -12,11 +12,11 b' from webhelpers.html.tags import (auto_d' | |||||
12 | javascript_link, link_to, link_to_if, |
|
12 | javascript_link, link_to, link_to_if, | |
13 | link_to_unless, ol, required_legend, |
|
13 | link_to_unless, ol, required_legend, | |
14 | select, stylesheet_link, |
|
14 | select, stylesheet_link, | |
15 |
submit, text, password, textarea, title, |
|
15 | submit, text, password, textarea, title, | |
|
16 | ul, xml_declaration) | |||
16 | from webhelpers.text import (chop_at, collapse, convert_accented_entities, |
|
17 | from webhelpers.text import (chop_at, collapse, convert_accented_entities, | |
17 |
convert_misc_ |
|
18 | convert_misc_entities, lchop, plural, rchop, | |
18 |
|
|
19 | remove_formatting, replace_whitespace, urlify) | |
19 | urlify) |
|
|||
20 |
|
20 | |||
21 | from webhelpers.pylonslib import Flash as _Flash |
|
21 | from webhelpers.pylonslib import Flash as _Flash | |
22 | from webhelpers.pylonslib.secure_form import secure_form |
|
22 | from webhelpers.pylonslib.secure_form import secure_form |
General Comments 0
You need to be logged in to leave comments.
Login now