diff --git a/labapp/app/app.py b/labapp/app/app.py index 2bc43e0..8c9c7e6 100644 --- a/labapp/app/app.py +++ b/labapp/app/app.py @@ -224,11 +224,8 @@ def port(): def ref(): """reference page""" ns = get_eph_ns() - html = render_md("markdown/reference.md") return render_template('coming-soon.html', - title="MCN Practical: Reference", - content=html, - ns=ns + title="MCN Practical: Reference" ) @app.route('/score')