forked from website/openpower.foundation
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
{{ $eventorganizer := .Get "organizer" }} |
||||
{{ $eventcode := .Get "event" }} |
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://registration.openpower.foundation/{{ $eventorganizer }}/{{ $eventcode }}/widget/v1.css"> |
||||
|
||||
<div class="pretix-widget-compat" event="https://registration.openpower.foundation/{{ $eventorganizer }}/{{ $eventcode }}/"></div> |
||||
<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://registration.openpower.foundation/{{ $eventorganizer }}/{{ $eventcode }}/">click here</a>. |
||||
</div> |
||||
</div> |
||||
</noscript> |
||||
|
Loading…
Reference in new issue