From 6a6a84e8c876d1551e6f2915ce426380e66a828d Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 1 Aug 2019 20:41:04 +0200 Subject: [PATCH] Fix eMail-renderer documentation --- doc/development/api/email.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/development/api/email.rst b/doc/development/api/email.rst index d0e219207f..997899a731 100644 --- a/doc/development/api/email.rst +++ b/doc/development/api/email.rst @@ -101,9 +101,12 @@ The template is passed the following context variables: The ``Event`` object ``signature`` (optional, only if configured) - The body as markdown (render with ``{{ signature|safe }}``) + The signature with event organizer contact details as markdown (render with ``{{ signature|safe }}``) ``order`` (optional, only if applicable) The ``Order`` object +``position`` (optional, only if applicable) + The ``OrderPosition`` object + .. _inlinestyler: https://pypi.org/project/inlinestyler/