Skip to content
Snippets Groups Projects
Verified Commit f384e69b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix acoustics template

parent 1f61ef59
Branches
Tags
No related merge requests found
...@@ -115,7 +115,7 @@ def single_plot(plot): ...@@ -115,7 +115,7 @@ def single_plot(plot):
@app.route('/acoustics.html') @app.route('/acoustics.html')
@requires_auth @requires_auth
def acoustics(): 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') @app.route('/ahrs.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment