From ac1968bb1258335f34093f89a882f0a8759b29d7 Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 27 Nov 2024 13:39:00 +0000 Subject: [PATCH] fix: add missing config reference when using university name in prerelease note (#114) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/114 Co-authored-by: servostar Co-committed-by: servostar --- src/pages/prerelease-note.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/prerelease-note.typ b/src/pages/prerelease-note.typ index 6438145..ecbf9a7 100644 --- a/src/pages/prerelease-note.typ +++ b/src/pages/prerelease-note.typ @@ -47,7 +47,7 @@ if text.lang == "de" [ handelt es sich _nicht_ um die fertige Fassung. Das Dokument kann Inhaltliche-, Grammatikalische- sowie Format-Fehler enthalten. Das Dokument ist im Rahmen der Aufgabenstellung von Seiten der #university.name nicht zur Bewertung freigegeben und ein anderer Verwendungszweck als eine Vorschau ist nicht gestattet. ] else if text.lang == "en" [ - is not the final version. The document may contain errors in content, grammar and formatting. The document may not be released for evaluation to #university.name as part of the assignment, and any use other than a preview is not permitted. + is not the final version. The document may contain errors in content, grammar and formatting. The document may not be released for evaluation to #config.university.name as part of the assignment, and any use other than a preview is not permitted. ] } )