diff --git a/labapp/app/app.py b/labapp/app/app.py index 234736c..ebc831c 100644 --- a/labapp/app/app.py +++ b/labapp/app/app.py @@ -220,14 +220,6 @@ def port(): ns=ns ) -@app.route('/reference') -def ref(): - """reference page""" - ns = get_eph_ns() - return render_template('coming-soon.html', - title="MCN Practical: Reference" - ) - @app.route('/score') def score(): """scoreboard page""" diff --git a/labapp/app/templates/overview.html b/labapp/app/templates/overview.html index 4541e80..7257797 100644 --- a/labapp/app/templates/overview.html +++ b/labapp/app/templates/overview.html @@ -188,21 +188,21 @@
Consult these sources if you need additional information to complete the exercises.