forked from CGM_Public/pretix_original
Allow adding question answers to ticket layouts
This commit is contained in:
@@ -253,8 +253,8 @@ but you might need to modify that data.
|
||||
|
||||
The ``sender`` keyword argument will contain the event of the **new** event. The ``other``
|
||||
keyword argument will contain the event to **copy from**. The keyword arguments
|
||||
``tax_map``, ``category_map``, ``item_map``, and ``variation_map`` contain mappings
|
||||
from object IDs in the original event to objects in the new event of the respective
|
||||
``tax_map``, ``category_map``, ``item_map``, ``question_map``, and ``variation_map`` contain
|
||||
mappings from object IDs in the original event to objects in the new event of the respective
|
||||
types.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user