Skip to content

Commit

Permalink
Merge pull request #167 from DigiKlausur/fix_mathjax_in_formgrader
Browse files Browse the repository at this point in the history
Remove mathjax url
  • Loading branch information
tmetzl authored Sep 15, 2023
2 parents 53ced77 + 142ab5e commit 95f508c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2xgrader/server_extensions/apps/formgrader/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def get(self, submission_id):
"index": ix,
"total": len(indices),
"base_url": self.base_url,
"my_mathjax_url": self.base_url + "/" + self.mathjax_url,
"student": student_id,
"last_name": submission.student.last_name,
"first_name": submission.student.first_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<!-- Loading mathjax macro -->
{{ mathjax( resources.my_mathjax_url + '?config=TeX-AMS-MML_HTMLorMML-full') }}
{{ mathjax( ) }}

<link rel="stylesheet" href="{{ resources.base_url }}/formgrader/static/css/formgrade.css" />
<style type="text/css">
Expand Down

0 comments on commit 95f508c

Please sign in to comment.