2
{% extends "wlscheduling/base.html" %}
10
<div class="blogEntry">
11
<h1>Welcome in the scheduling module!</h1>
12
<div id="main-choices" class="main-choices">
13
<a href="{% url 'scheduling_scheduling' %}" >
14
<button title="You know when you will be available to play and want to display when you're available and find other players that will be available at these hours">Define your playtime and find a game</button>
16
<a href="{% url 'scheduling_find' %}" >
17
<button title="You just want to know when everybody is going to be playing" >Show other users playtime</button>
b'\\ No newline at end of file'