Your Name 4 سال پیش
والد
کامیت
f040f3ebc7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apis/testoauth.py

+ 1 - 1
apis/testoauth.py

@@ -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)