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