(summary) add optional satisfaction survey footer

Add a footer to transcription outputs linking to an external satisfaction
survey. The survey URL is built from TRANSCRIPTION_SATISFACTION_FORM_BASE_URL.
When TRANSCRIPTION_SATISFACTION_FORM_BASE_URL is unset or None, the
footer is omitted.
This commit is contained in:
leo
2026-06-03 14:37:30 +02:00
committed by lebaudantoine
parent 040df0e15a
commit 135b99aee7
11 changed files with 43 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
- ✨(frontend) allow disabling silent login via a URL parameter
- ✨(frontend) allow hiding the login button via a URL parameter
- ✨(summary) add optional satisfaction survey footer
### Changed