From 8962a1f66dacd2124377f32630eb0bbb19ffca9d Mon Sep 17 00:00:00 2001 From: James Polley Date: Thu, 14 Sep 2017 20:49:49 +1000 Subject: [PATCH] Correct list of tags available in notification templates. --- .../reviews/_result_notification_prepare_help.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }} +