Changes between Initial Version and Version 1 of Ticket #24338, comment 4


Ignore:
Timestamp:
Feb 13, 2015, 1:43:12 PM (10 years ago)
Author:
Julien Hartmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24338, comment 4

    initial v1  
    77For this reason I cannot know what engine is used, and I believe I should not know at this stage anyway.
    88
    9 For now, I resorted to the exact same hack you just linked, only using duck typing:
     9For now, I resorted to the exact same hack you just linked, only using duck typing and less checks:
    1010{{{#!python
    1111        if hasattr(context['base_template'], 'template'):
Back to Top