Skip to content

Commit

Permalink
Merge pull request #179 from DigiKlausur/hashcode_html
Browse files Browse the repository at this point in the history
Hashcode html
  • Loading branch information
tmetzl authored Mar 15, 2024
2 parents 6ff7890 + e553be4 commit e084379
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docs/source/user_docs/exchange/img/submitted_html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/user_docs/exchange/img/submitted_html_de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion e2xgrader/exporters/submissionexporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def from_notebook_node(self, nb, resources=None, **kw):
)
hashcode_cell = new_markdown_cell(
source=hashcode_template.render(
hashcode=resources["hashcode"],
hashcode=resources["hashcode"].upper(),
timestamp=resources["timestamp"],
exam_submitted_message=self.exam_submitted_message,
verify_exam_message=self.verify_exam_message,
Expand Down

0 comments on commit e084379

Please sign in to comment.