Skip to content

Commit dd23c98

Browse files
committed
Fixed the redirect URL
Signed-off-by: Toomore Chiang <[email protected]>
1 parent 8a4ecb1 commit dd23c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/schedule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def talk_one(pid: int, session_id: str) -> str | ResponseBase:
6464
speaker.biography = markdown(speaker.biography)
6565

6666
if not talks:
67-
return redirect(f'/schedule/{pid}')
67+
return redirect('/schedule/2023')
6868

6969
return render_template('schedule_talks.html',
7070
pid=pid,

0 commit comments

Comments
 (0)