Skip to content
Snippets Groups Projects
Commit f0534f6a authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 336ac769
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ def reco():
@app.route('/sn.html')
@requires_auth
def supernova():
return render_template('sn.html', plots=SN_PLOTS)
return render_template('plots.html', plots=SN_PLOTS)
@app.route('/compact.html')
@requires_auth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment