alter injection of tpos to match
This commit is contained in:
@@ -35,7 +35,12 @@ async def tpos(request: Request, tpos_id):
|
||||
)
|
||||
|
||||
return tpos_renderer().TemplateResponse(
|
||||
"tpos/tpos.html", {"request": request, "tpos": tpos}
|
||||
"tpos/tpos.html",
|
||||
{
|
||||
"request": request,
|
||||
"tpos": tpos,
|
||||
"web_manifest": f"/tpos/manifest/{tpos_id}.webmanifest",
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user