19 lines
731 B
HTML
19 lines
731 B
HTML
{% extends "base.html" %}
|
|
{% block headers %}
|
|
<script type="text/javascript" src="https://23.thsf.net/thsf-2023/schedule/widget/v2.en.js"></script>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="thsf-schedule-wrapper">
|
|
<pretalx-schedule event-url="https://23.thsf.net/thsf-2023/" locale="fr" format="list" style="--pretalx-clr-primary: #91AE2C"></pretalx-schedule>
|
|
<noscript>
|
|
<div class="pretalx-widget">
|
|
<div class="pretalx-widget-info-message">
|
|
JavaScript is disabled in your browser. To access our schedule without JavaScript,
|
|
please <a target="_blank" href="https://23.thsf.net/thsf-2023/schedule/">click here</a>.
|
|
</div>
|
|
</div>
|
|
</noscript>
|
|
</div>
|
|
{% endblock %}
|