From f4d7bbb7a183a8d8c30a98a59bd560d4505fa3cd Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 10 Sep 2017 06:25:25 +0200
Subject: [PATCH] Polish up report tex

---
 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 466bd507f..2ca3bd9cf 100644
--- a/submissions/templates/submissions/_report_tex_template.html
+++ b/submissions/templates/submissions/_report_tex_template.html
@@ -40,7 +40,7 @@ Report {{report.report_nr}} on\href{https://scipost.org{{report.get_absolute_url
 \begin{center}
 \large\textbf{
 %%%%%%%%%% AUTHORS
-Report by {% if report.anonymous %}anonymous{% else %}{{report.author.user.first_name}} {{report.author.user.last_name}}\textsuperscript{1}{% endif %}
+Report by {% if report.anonymous %}Anonymous{% else %}{{report.author.user.first_name}} {{report.author.user.last_name}}\textsuperscript{1}{% endif %}
 }
 \end{center}
 
@@ -62,7 +62,7 @@ Report by {% if report.anonymous %}anonymous{% else %}{{report.author.user.first
 
 %%%%%%%%%% COPYRIGHT
 
-{\small Copyright {% if report.anonymous %}anonymous{% else %}{{report.author.user.first_name}} {{report.author.user.last_name}}{% endif %}. \newline
+{\small Copyright {% if report.anonymous %}Anonymous{% else %}{{report.author.user.first_name}} {{report.author.user.last_name}}{% endif %}. \newline
 This work is licensed under the Creative Commons \newline
 \href{http://creativecommons.org/licenses/by/4.0/}{Attribution 4.0 International License}. \newline
 Published by the SciPost Foundation.
-- 
GitLab