Skip to content

Commit

Permalink
windows issue on apistar/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sdementen authored Dec 22, 2018
1 parent 0f4d625 commit 0ae736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apistar/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def static_url_func(path):
else:
static_url_func = static_url

template = env.get_template(os.path.join(theme, 'index.html'))
template = env.get_template(theme + loader.delimiter + 'index.html')
return template.render(
document=document,
langs=['javascript', 'python'],
Expand Down

0 comments on commit 0ae736b

Please sign in to comment.