Skip to content

Commit

Permalink
Revert b76c529
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Nov 19, 2023
1 parent f90bd1a commit 0e4a5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def problem_editeditorial(problem_id):
return render_template("problem/problem_noexist.html"), 404

if request.method == "GET":
return render_template('problem/edit_editorial.html')
return render_template('problem/edit_editorial.html', data=data[0])

# Reached via POST

Expand Down

0 comments on commit 0e4a5cf

Please sign in to comment.