Skip to content

Commit

Permalink
use correct source of eventbrite id
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Dec 18, 2024
1 parent 3470c53 commit f5f316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ displayed if the 'eventbrite' field in the header is not set.
registration box below, please go directly to the <a href="https://2025-01-15-intermediate-software-dev.eventbrite.com">registration page.</a></strong>

<div id="eventbrite-widget-container"></div>
<script src="https://www.eventbrite.nl/static/widgets/eb_widgets.js"></script>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: {{eventbrite}},
eventId: {{page.eventbrite}},
iframeContainerId: 'eventbrite-widget-container',
});
</script>
Expand Down

0 comments on commit f5f316b

Please sign in to comment.