Added {% include_string %} tag to allow passing of context from templates to template...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 17 Nov 2010 18:51:13 +0000 (13:51 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 29 Nov 2010 18:31:54 +0000 (13:31 -0500)
commitcb63c59effc15adf1952276ca2585643835b7435
tree26aa18cc5ef6e891986220e51b6d97d44dfc67de
parent596ad981f61660468f9135255048754ccd7627fb
Added {% include_string %} tag to allow passing of context from templates to template code from arbitrary sources (such as a NewsletterArticle).
templatetags/include_string.py [new file with mode: 0644]