From b0da23e2e37aa97a52e442e9f6d027c4a31d7bae Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Sun, 5 May 2024 23:53:31 -0400 Subject: [PATCH] ok -- ship it --- labapp/app/app.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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')