Changes between Initial Version and Version 1 of Ticket #28942
- Timestamp:
- Dec 18, 2017, 9:06:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28942 – Description
initial v1 2 2 3 3 {{{ 4 ChoiceWidget.option_template_name = 'myapp/mytemplate.html' 4 class MyWidget(ChoiceWidget): 5 option_template_name = 'myapp/mytemplate.html' 5 6 }}} 6 7