We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74e84e commit f9c665bCopy full SHA for f9c665b
src/routes/graphs.py
@@ -7,7 +7,7 @@
7
@app.route('/graphs')
8
@admin_required
9
def graphs():
10
- return render_template('graphs/graphs.html')
+ return render_template('experimental/graphs.html')
11
12
13
@app.route('/experimental/graphs')
0 commit comments