From 336ac769ed0b462d2f54f877b2c6197b9519867e Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 15 Mar 2019 16:54:09 +0100
Subject: [PATCH] Better name for render function

---
 app/routes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/routes.py b/app/routes.py
index a520b6c..a183ef3 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -92,7 +92,7 @@ def reco():
 
 @app.route('/sn.html')
 @requires_auth
-def sn():
+def supernova():
     return render_template('sn.html', plots=SN_PLOTS)
 
 @app.route('/compact.html')
-- 
GitLab