Fix work report page title not being localized.

master
Carl Kittelberger 2017-02-15 15:22:03 +01:00
parent 1361108a9e
commit 340b6f234e
Signed by: icedream
GPG Key ID: C1D30A06E6490C14
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ var exportTemplate = template.Must(template.
\setcounter{section}{\wrNumber} \setcounter{section}{\wrNumber}
\setcounter{subsection}{0} \setcounter{subsection}{0}
\section*{Ausbildungsnachweis Nr. \wrNumber} \section*{<T "proof_of_education" "\\wrNumber">}
\addcontentsline{toc}{section}{Ausbildungsnachweis Nr. \wrNumber} \addcontentsline{toc}{section}{<T "proof_of_education" "\\wrNumber">}
}{ }{
} }