funkybob / django-sniplates

Template snippet libraries for Django
MIT License
57 stars 18 forks source link

fix block context #10

Closed funkybob closed 9 years ago

funkybob commented 9 years ago

Rework handling of context.render_context so the right BlockContext is used when rendering widgets.

This means that {{ block.super }} in a widget block will work correctly.