fix: link to auth urls
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-13 15:04:24 +01:00
parent 88bbaab94b
commit a41ee93cb0
2 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,7 @@ async def home(
"resource_map": resource_map,
}
request.app.state.templates.env.filters["zip"] = zip
return request.app.state.templates.TemplateResponse(
"admin.html", context=context
)