From 2ebc7d23212254edc412c6107dabdfc738d3b3b2 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 15 Mar 2019 16:52:28 +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 32f09e4..a520b6c 100644 --- a/app/routes.py +++ b/app/routes.py @@ -92,7 +92,7 @@ def reco(): @app.route('/sn.html') @requires_auth -def reco(): +def sn(): return render_template('sn.html', plots=SN_PLOTS) @app.route('/compact.html') -- GitLab