路径修改。

This commit is contained in:
fy3047957834
2021-10-08 17:02:21 +08:00
parent 663464bb5d
commit 0815907ced

View File

@@ -29,7 +29,7 @@ def out_page(request, page):
'title': db.name,
'Basics': mark_safe(a.html_out_Basics()),
'Senior': mark_safe(a.html_out_Senior()),
'example_file': db.example_file,
'example_file': str(BASE_DIR) + db.example_file,
'js': mark_safe(a.js_out()),
'url': url_,
"color": mark_safe(a.color_js())