mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Set default ticket layout QR code content explicitly to secret (#2858)
This commit is contained in:
@@ -202,7 +202,8 @@ DEFAULT_TICKET_LAYOUT = '''[{
|
|||||||
"type":"barcodearea",
|
"type":"barcodearea",
|
||||||
"left":"130.40",
|
"left":"130.40",
|
||||||
"bottom":"204.50",
|
"bottom":"204.50",
|
||||||
"size":"64.00"
|
"size":"64.00",
|
||||||
|
"content":"secret"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"poweredby",
|
"type":"poweredby",
|
||||||
|
|||||||
Reference in New Issue
Block a user