From 1d5c160e1d21f0d0546807fa3876bbf743091b27 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 1 Jun 2017 12:57:11 +0200 Subject: [PATCH] Document contact_form_fields --- doc/development/api/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/api/general.rst b/doc/development/api/general.rst index 3f96a4f33..657f27b00 100644 --- a/doc/development/api/general.rst +++ b/doc/development/api/general.rst @@ -25,7 +25,7 @@ Frontend -------- .. automodule:: pretix.presale.signals - :members: html_head, html_footer, footer_links, front_page_top, front_page_bottom, checkout_confirm_messages + :members: html_head, html_footer, footer_links, front_page_top, front_page_bottom, contact_form_fields, checkout_confirm_messages .. automodule:: pretix.presale.signals