diff --git a/frontend/app/routes.py b/frontend/app/routes.py
index 629e864857f16249707689698c864ae1d50bee05..882012dc7e50bd4de3283e0ccfbfdf0c52cdc13d 100644
--- a/frontend/app/routes.py
+++ b/frontend/app/routes.py
@@ -115,7 +115,7 @@ def single_plot(plot):
 @app.route('/acoustics.html')
 @requires_auth
 def acoustics():
-    return render_template('acoustics.html', plots=expand_wildcards(ACOUSTICS_PLOTS))
+    return render_template('plots.html', plots=expand_wildcards(ACOUSTICS_PLOTS))
 
 
 @app.route('/ahrs.html')