7
11
<script type="text/javascript">
8
12
document.addEventListener('DOMContentLoaded', function(){
9
13
addTimeZoneWarningIfNeeded();
10
14
addOtherUsersAvailabilities();
16
18
{% include "wlscheduling/timezone-msg.html" %}
17
19
<div id="other-users-wrapper"></div>
18
20
<div id="no-user-to-display" hidden="hidden">Sorry currently there isn't anybody who has scheduled a gaming session. Don't hesitate to signal to other when you'll be available <a href="{% url 'scheduling_scheduling' %}">here</a></div>