From 04de447ca7318b882f649fd8d60d73e39e018479 Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:12:46 -0700 Subject: [PATCH 1/2] Update notebook.py --- otter/check/notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otter/check/notebook.py b/otter/check/notebook.py index 6d8a63cb..a99ff085 100644 --- a/otter/check/notebook.py +++ b/otter/check/notebook.py @@ -436,7 +436,7 @@ def continue_export(): out_html = f"""

Your submission has been exported. Click - here to download + here to download the zip file.

""" From 7244c665c58224c39030e5e24774801190646add Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:14:34 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0e3a03..9b3d4b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +**v5.1.3 (unreleased):** + +* Fixed bug in submission zip download link per [#719](https://github.com/ucbds-infra/otter-grader/issues/719) + **v5.1.2:** * Enabled the use of custom Jupyter kernels by enforcing the use of the `python3` kernel inside Otter grading containers per [#706](https://github.com/ucbds-infra/otter-grader/issues/706)