Opened 12 years ago
Closed 9 years ago
#9255 closed defect (patchwelcome)
DTL extends doesnt work with objects
Reported by: | wolfram | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX DTL | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With the context like this: {my: {parent:{tpl:"base.html"}}}
the following extends was not working
{% extends my.parent.tpl %}
it only worked when using it like this:
{% extends my_parent_tpl %}
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Milestone: | 1.4 → future |
---|
comment:3 Changed 9 years ago by
Priority: | high → low |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
dtl is unsupported. any further patches are welcome.