Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Bug in JinjaTemplateLoader #105

Closed
wolever opened this issue Jun 9, 2011 · 1 comment
Closed

Bug in JinjaTemplateLoader #105

wolever opened this issue Jun 9, 2011 · 1 comment
Assignees
Milestone

Comments

@wolever
Copy link

wolever commented Jun 9, 2011

In JinjaTemplateLoader.get_source currently contains:

        return super(jinja2.FileSystemLoader,self).\
            get_source(environment, template)

But it should be:

        return super(JinjatemplateLoader,self).\
            get_source(environment, template)
@ghost ghost assigned douglatornell Jul 22, 2012
douglatornell added a commit to douglatornell/blogofile that referenced this issue Jul 22, 2012
@douglatornell
Copy link
Collaborator

Thanks for pointing this out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants