Mercurial > p > roundup > code
changeset 8387:389b62b1d65b
doc: formatting fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 17:59:27 -0400 |
| parents | 4e2ffa4151cb |
| children | 8eee280eddc3 |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sat Jul 12 17:53:17 2025 -0400 +++ b/roundup/cgi/templating.py Sat Jul 12 17:59:27 2025 -0400 @@ -3630,13 +3630,13 @@ def html_calendar(self, request): """Generate a HTML calendar. - `request` the roundup.request object - - @template : name of the template - - form : name of the form to store back the date - - property : name of the property of the form to store - back the date - - date : current date - - display : when browsing, specifies year and month + `request` - the roundup.request object + - @template : name of the template + - form : name of the form to store back the date + - property : name of the property of the form to store + back the date + - date : date marked as current value on calendar + - display : when browsing, specifies year and month html will simply be a table. """
