|
@@ -50,7 +50,7 @@ async def homepage(request: Request):
|
|
|
)
|
|
|
|
|
|
html=gen_designer_report.gen_report()
|
|
|
- TEMPLATE_FILE = "admin.tmpl"
|
|
|
+ TEMPLATE_FILE = "admin.html"
|
|
|
template2 = templateEnv.get_template(TEMPLATE_FILE)
|
|
|
outputText = template2.render(mycontent=html)
|
|
|
return HTMLResponse(outputText)
|