Fix work report page title not being localized.
parent
1361108a9e
commit
340b6f234e
|
@ -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">}
|
||||||
}{
|
}{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue