restructure file system
This commit is contained in:
@@ -26,7 +26,7 @@ def init_app(app: Flask):
|
||||
@app.route('/rooms/<int:room_id>/trash')
|
||||
@login_required
|
||||
def trash_page(room_id):
|
||||
return render_template('trash.html')
|
||||
return render_template('trash/trash.html')
|
||||
|
||||
return app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user