colour settings start

This commit is contained in:
2025-05-25 21:15:28 +02:00
parent a8aeb2dbee
commit 3fe3037aed
14 changed files with 221 additions and 57 deletions

View File

@@ -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')