Re-add secrets to OrderPositions

This commit is contained in:
Raphael Michel
2016-03-03 18:15:28 +01:00
parent 76ed6550f3
commit 5cdcc62d8a
5 changed files with 33 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ class JSONExporter(BaseExporter):
'variation': position.variation_id,
'price': position.price,
'attendee_name': position.attendee_name,
'secret': position.secret,
'answers': [
{
'question': answer.question_id,