Skip to content

Commit f9c665b

Browse files
Refactor route for graphs to use experimental template
1 parent e74e84e commit f9c665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/graphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@app.route('/graphs')
88
@admin_required
99
def graphs():
10-
return render_template('graphs/graphs.html')
10+
return render_template('experimental/graphs.html')
1111

1212

1313
@app.route('/experimental/graphs')

0 commit comments

Comments
 (0)