Changes between Initial Version and Version 1 of Ticket #24338, comment 4
- Timestamp:
- Feb 13, 2015, 1:43:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24338, comment 4
initial v1 7 7 For this reason I cannot know what engine is used, and I believe I should not know at this stage anyway. 8 8 9 For now, I resorted to the exact same hack you just linked, only using duck typing :9 For now, I resorted to the exact same hack you just linked, only using duck typing and less checks: 10 10 {{{#!python 11 11 if hasattr(context['base_template'], 'template'):