diff --git a/app/routes.py b/app/routes.py index a183ef3c35dbe09ab598eec2574cd1d2467541da..f1b87aad0efeef88210476900e6ba9201a62e93f 100644 --- a/app/routes.py +++ b/app/routes.py @@ -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