From af4e3408dbb256aa466cf68361629ce5ea846673 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 10 Oct 2023 16:05:20 +0200 Subject: [PATCH] improve placeholder explainations --- .../templates/pretalx_broadcast_tools/orga.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html b/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html index 6c0b11f..c6bda00 100644 --- a/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html +++ b/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html @@ -32,16 +32,16 @@

{CODE}
-
Use to embed the talk code (MUX9U3 for example).
+
talk code (MUX9U3 for example) - most useful in combination with pretalx-proposal-redirects or something like that
{EVENT_SLUG}
-
Use to embed the event slug.
+
The event slug ({{ request.event.slug }})
{FEEDBACK_URL}
URL to the talk feedback page.
{TALK_SLUG}
-
Use to embed the talk slug.
+
The talk slug ({{ request.event.slug }}-1-my-super-great-talk)
{TALK_URL}
URL to the talk detail page.