From 84527858ccea576778d83a2230152bc23f57a9b7 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 23 Dec 2017 15:53:52 +0100 Subject: [PATCH] Fix incorrect name. --- ticdesk_org/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdesk_org/util.py b/ticdesk_org/util.py index a7fd7bc..08f8285 100644 --- a/ticdesk_org/util.py +++ b/ticdesk_org/util.py @@ -131,7 +131,7 @@ def render_latex(template_name, context): return latex_str -def tex_to_pdf(tex): +def tex_to_pdf(latex_str): # Generate TEXINPUTS correctly texinputs = settings.TEXINPUTS + [settings.MEDIA_ROOT, os.path.abspath(os.path.dirname(__file__)), ''] -- GitLab