2
{% extends "wlscheduling/base.html" %}
7
{% block content_header %}
8
<h1>Welcome to the scheduling module!</h1>
11
{% block content_main %}
12
<div class="blogEntry">
13
<div id="main-choices" class="main-choices">
14
<a href="{% url 'scheduling_scheduling' %}" >
15
<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>
17
<a href="{% url 'scheduling_find' %}" >
18
<button title="You just want to know when everybody is going to be playing" >Show other users playtime</button>