forked from CGM_Public/pretix_original
Presale: prefer event’s microdata from settings over generated microdata (#3943)
This commit is contained in:
committed by
GitHub
parent
9ab2e61c31
commit
50b5f760bb
@@ -265,6 +265,9 @@ class EventMixin:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def event_microdata(self):
|
def event_microdata(self):
|
||||||
|
if self.settings.event_microdata:
|
||||||
|
return self.settings.event_microdata
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
eventdict = {
|
eventdict = {
|
||||||
|
|||||||
Reference in New Issue
Block a user