Changes between Initial Version and Version 1 of Ticket #24897, comment 1
- Timestamp:
- Jun 2, 2015, 3:48:19 AM (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 }}}