add notification page
This commit is contained in:
Binary file not shown.
@@ -340,6 +340,12 @@ def init_routes(main_bp):
|
||||
def trash():
|
||||
return render_template('trash/trash.html')
|
||||
|
||||
@main_bp.route('/notifications')
|
||||
@login_required
|
||||
@require_password_change
|
||||
def notifications():
|
||||
return render_template('notifications/notifications.html')
|
||||
|
||||
@main_bp.route('/settings')
|
||||
@login_required
|
||||
def settings():
|
||||
|
||||
Reference in New Issue
Block a user