Changes between Initial Version and Version 1 of Ticket #24897, comment 1
- Timestamp:
- 06/02/15 08:48:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24897, comment 1
initial v1 1 A dirty fix would be the following:2 {{{3 choices = (format(timedelta(days=7)).replace("days, ",""), "one week")4 }}}