~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlscheduling/main.html

  • Committer: gschmitlin at gmail
  • Date: 2017-12-23 09:15:02 UTC
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: gschmitlin@gmail.com-20171223091502-j1zscwdies0625nv
added scheduling module in a clean way

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
{% extends "wlscheduling/base.html" %}
 
3
{% comment %}
 
4
   vim:ft=htmldjango
 
5
{% endcomment %}
 
6
 
 
7
{% block content %}
 
8
 
 
9
 
 
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>
 
15
        </a>
 
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>
 
18
        </a>
 
19
    </div>
 
20
</div>
 
21
 
 
22
{% endblock %}
 
 
b'\\ No newline at end of file'