(frontend) allow parametrization of the transcrip document destination

Not all self-hosted instances will configure this setting, so a default text is
shown when the destination is unknown.

This is important to let users quickly click the link and understand which
platform is used to handle the transcription documents.
This commit is contained in:
lebaudantoine
2025-12-30 23:07:47 +01:00
committed by aleb_the_flash
parent 857b4bd1f1
commit 19f8c96e9d
8 changed files with 23 additions and 8 deletions

View File

@@ -345,6 +345,9 @@ class Base(Configuration):
"manifest_link": values.Value(
None, environ_name="FRONTEND_MANIFEST_LINK", environ_prefix=None
),
"transcription_destination": values.Value(
None, environ_name="FRONTEND_TRANSCRIPTION_DESTINATION", environ_prefix=None
),
}
# Mail