Mercurial > p > roundup > code
comparison roundup/cgi/templating.py @ 7903:7d621b3ba8ba
doc: fix spelling in docstring.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 21 Apr 2024 21:50:36 -0400 |
| parents | 9bbc1d951677 |
| children | 29a666d8a70d |
comparison
equal
deleted
inserted
replaced
| 7902:2c6d66819475 | 7903:7d621b3ba8ba |
|---|---|
| 3289 filterspec=1, search_text=1, exclude=[]): | 3289 filterspec=1, search_text=1, exclude=[]): |
| 3290 """ return the current index args as form elements | 3290 """ return the current index args as form elements |
| 3291 | 3291 |
| 3292 This routine generates an html form with hidden elements. | 3292 This routine generates an html form with hidden elements. |
| 3293 If you want to have visible form elements in your tal/jinja | 3293 If you want to have visible form elements in your tal/jinja |
| 3294 generated templates use the exclude aray to list the names for | 3294 generated templates use the exclude array to list the names for |
| 3295 these elements. This wll prevent the function from creating | 3295 these elements. This wll prevent the function from creating |
| 3296 these elements in its output. | 3296 these elements in its output. |
| 3297 """ | 3297 """ |
| 3298 html = [] | 3298 html = [] |
| 3299 sc = self.special_char | 3299 sc = self.special_char |
