Skip to content

Commit

Permalink
ok -- ship it
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 6, 2024
1 parent 99a6165 commit b0da23e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b0da23e

Please sign in to comment.