-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AMS-2025] Embed the PreTix shop on the registration page
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
+++ | ||
Title = "Registration" | ||
Type = "event" | ||
Description = "Registration for devopsdays Amsterdam 2025" | ||
+++ | ||
|
||
<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/widget/v1.css"> | ||
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script> | ||
|
||
<pretix-widget event="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/"></pretix-widget> | ||
<noscript> | ||
<div class="pretix-widget"> | ||
<div class="pretix-widget-info-message"> | ||
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/">click here</a>. | ||
</div> | ||
</div> | ||
</noscript> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters