mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 03:10:00 +00:00
Removed old log for new log
This commit is contained in:
@@ -14,7 +14,7 @@ def login_required():
|
||||
|
||||
|
||||
def default_return(next_page: Optional[str] = None):
|
||||
return redirect(url_for("user.daily_log"))
|
||||
return redirect(url_for("user.daily_log2"))
|
||||
if next_page:
|
||||
return redirect(next_page)
|
||||
if current_user.is_admin:
|
||||
|
||||
Reference in New Issue
Block a user