Mercurial > p > roundup > code
comparison doc/customizing.txt @ 6423:2917231d8076
Document templating.utils.anti_csrf_nonce()
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 27 May 2021 14:16:16 -0400 |
| parents | 9c57f2814597 |
| children | 2bd60def4fed |
comparison
equal
deleted
inserted
replaced
| 6422:91ae685405ba | 6423:2917231d8076 |
|---|---|
| 3496 url_quote quote some text as safe for a URL (ie. space, %, ...) | 3496 url_quote quote some text as safe for a URL (ie. space, %, ...) |
| 3497 html_quote quote some text as safe in HTML (ie. <, >, ...) | 3497 html_quote quote some text as safe in HTML (ie. <, >, ...) |
| 3498 html_calendar renders an HTML calendar used by the | 3498 html_calendar renders an HTML calendar used by the |
| 3499 ``_generic.calendar.html`` template (itself invoked by | 3499 ``_generic.calendar.html`` template (itself invoked by |
| 3500 the popupCalendar DateHTMLProperty method | 3500 the popupCalendar DateHTMLProperty method |
| 3501 anti_csrf_nonce returns the random noncue generated for this session | |
| 3501 =============== ======================================================== | 3502 =============== ======================================================== |
| 3502 | 3503 |
| 3503 | 3504 |
| 3504 Batching | 3505 Batching |
| 3505 :::::::: | 3506 :::::::: |
