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

Better name for render function

parent 2ebc7d23
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ def reco(): ...@@ -92,7 +92,7 @@ def reco():
@app.route('/sn.html') @app.route('/sn.html')
@requires_auth @requires_auth
def sn(): def supernova():
return render_template('sn.html', plots=SN_PLOTS) return render_template('sn.html', plots=SN_PLOTS)
@app.route('/compact.html') @app.route('/compact.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment