Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update number of players #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions templates/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
{% block content %}
<h1>Welcome to Longturn</h1>
<p>
You are here, because you enjoy Civilization-like games, and wish to
play a multiplayer game with 20-30 human players, across a couple of
months. You should get started by reading the <a href="{% url 'intro' %}">introduction</a>
and <a href="{% url 'rules' %}">rules</a>.
You are here, because you enjoy Civilization-like games, and wish to play a multiplayer game with 10-15 human
players, across a couple of months. You should get started by reading the
<a href="{% url 'intro' %}">introduction</a> and <a href="{% url 'rules' %}">rules</a>.
If you like what you see, <a href="{% url 'register' %}">create an account</a> and sign on to a game.
<p>
There are a few games a year and if there isn't one starting soon, check the files on this site to learn what it is all about or jump straight to the Community section, meet people, discuss and learn until a new game is on, or try <a href="https://hangover.games" target="_blank">Hangover Games</a> to kill time.
There are a few games a year and if there isn't one starting soon, check the files on this site to learn what
it is all about or jump straight to the Community section, meet people, discuss and learn until a new game is
on, or try <a href="https://hangover.games" target="_blank">Hangover Games</a> to kill time.

{% endblock %}