diff --git a/app/routes.py b/app/routes.py
index 32f09e4f5cea94a85e69f426f76319fd7a03a5a4..a520b6c88cbedd02865ceed52a07f2e681a1bb98 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')