Jinja2 templates using Django template tags

后端 未结 1 1469
眼角桃花
眼角桃花 2020-12-21 02:07

I\'m using Jinja2 on a new project, but would like to use the django-socialregistration app, which relies on Django template tags. Jinja2 doesn\'t play nicely with template

相关标签:
1条回答
  • 2020-12-21 02:58

    Should the last line not just be:

    {% Template(tpl).render(Context(dict=dict(request=request))) %}
    
    0 讨论(0)
提交回复
热议问题