diff --git a/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html b/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html index e0ef7ddf..4f77cad9 100644 --- a/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html +++ b/pinaxcon/templates/symposion/reviews/_result_notification_prepare_help.html @@ -3,5 +3,7 @@ \ No newline at end of file +
  • {% templatetag openvariable %} proposal.main_speaker {% templatetag closevariable %} e.g. {{ proposals.0.speaker }} +
  • {% templatetag openvariable %} proposal.speakers {% templatetag closevariable %} e.g. {{ proposals.0.speakers|join:", " }} +
  • {% templatetag openvariable %} proposal.additional_speakers {% templatetag closevariable %} e.g. {{ proposals.0.additional_speakers }} +