From 3d1c91c0aae63a577e77097a448eb5c2c3953698 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 10 Sep 2017 06:59:26 +0200
Subject: [PATCH] Try using verbatim filter

---
 submissions/templates/submissions/_report_tex_template.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/submissions/templates/submissions/_report_tex_template.html b/submissions/templates/submissions/_report_tex_template.html
index 6ff53deac..58bde0097 100644
--- a/submissions/templates/submissions/_report_tex_template.html
+++ b/submissions/templates/submissions/_report_tex_template.html
@@ -34,7 +34,7 @@
 \Large\color{scipostdeepblue}{\textbf{
 %%%%%%%%%% TITLE
 Report nr {{report.report_nr}} on Submission {{ report.submission.arxiv_identifier_w_vn_nr }},\\
-\href{https://scipost.org{{report.submission.get_absolute_url|safe_tex_url}} }{\color{scipostdeepblue}{ {{report.submission.title}} }}by {{report.submission.author_list}}
+\href{https://scipost.org{{report.submission.get_absolute_url|safe_tex_url}}}{\color{scipostdeepblue}{ {{report.submission.title}} }}by {{report.submission.author_list}}
 }}
 \end{center}
 
@@ -72,7 +72,7 @@ Published by the SciPost Foundation.
 %%%%%%%%%% DATES
 {\small Received {{report.date_submitted|date:'d-m-Y'}}
 {% if report.doi_string %}
-    \doi{ {{report.doi_string|safe_tex_url}} }
+{% verbatim %}\doi{{% endverbatim %}{{report.doi_string|safe_tex_url}}}
 {% endif %}
 }
 \end{minipage}
-- 
GitLab