colour settings start
This commit is contained in:
Binary file not shown.
@@ -321,4 +321,9 @@ def init_routes(main_bp):
|
||||
@main_bp.route('/trash')
|
||||
@login_required
|
||||
def trash():
|
||||
return render_template('trash/trash.html')
|
||||
return render_template('trash/trash.html')
|
||||
|
||||
@main_bp.route('/settings')
|
||||
@login_required
|
||||
def settings():
|
||||
return render_template('settings/settings.html')
|
||||
Reference in New Issue
Block a user