From f0534f6af33fe4567b8e298c94166c9f54bf132e Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 15 Mar 2019 16:54:50 +0100 Subject: [PATCH] Fix typo --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index a183ef3..f1b87aa 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 -- GitLab