From 806fbde771f87fc3072ec8e7ebf7e6585f499731 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Mon, 6 May 2024 11:20:19 -0400 Subject: [PATCH] moved ref to overview --- labapp/app/app.py | 8 -------- labapp/app/templates/overview.html | 14 +++++++------- 2 files changed, 7 insertions(+), 15 deletions(-) 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 @@

Cloud App

+
-

Reference

+

References

Consult these sources if you need additional information to complete the exercises.