diff --git a/chart/views.py b/chart/views.py index e917d99..807fb41 100644 --- a/chart/views.py +++ b/chart/views.py @@ -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())