Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 8387:389b62b1d65b
doc: formatting fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 17:59:27 -0400 |
| parents | 411cebfad3fd |
| children | ef1ea918b07a |
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. """
