路径修改。
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user