Little fix in render_template
This commit is contained in:
parent
12de6426d1
commit
033ccd5028
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class ptemplate:
|
||||||
|
|
||||||
def render_template(self, template_file, **arguments):
|
def render_template(self, template_file, **arguments):
|
||||||
|
|
||||||
arguments['make_media_url']=make_media_url
|
arguments.update(self.filters)
|
||||||
|
|
||||||
return self.templates[template_file].render(**arguments)
|
return self.templates[template_file].render(**arguments)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue