Changes between Initial Version and Version 2 of Ticket #2020
- Timestamp:
- May 31, 2006, 9:53:48 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2020 – Description
initial v2 3 3 Here's a patch: 4 4 5 {{{ 5 6 Index: forms/__init__.py 6 7 =================================================================== … … 15 16 output.append(' </select>') 16 17 return '\n'.join(output) 18 }}}