mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
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
|
||||
def event_microdata(self):
|
||||
if self.settings.event_microdata:
|
||||
return self.settings.event_microdata
|
||||
|
||||
import json
|
||||
|
||||
eventdict = {
|
||||
|
||||
Reference in New Issue
Block a user