mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
b51f258d00
commit
8c642f04e0
6 changed files with 43 additions and 15 deletions
|
|
@ -139,7 +139,7 @@ class BaseView(AsgiView):
|
|||
extra_template_vars.update(extra_vars)
|
||||
|
||||
return Response.html(
|
||||
template.render(
|
||||
await template.render_async(
|
||||
{
|
||||
**context,
|
||||
**{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue