ydm / django-sameas

Django application that provides you with an easy-to-use template tag that replicates a block.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Re-render block with current context #5

Closed dmarcelino closed 6 years ago

dmarcelino commented 6 years ago

This PR comes out of necessity. I needed to re-use a block but I needed to translate into a different language, hence it needed to be rendered again.

Changes:

I believe this provides greater flexibility to sameas since it can reuse a block in dynamic fashion, so to speak.