Browse Source

Hugo ne sait pas écrire

master
Yoann Piétri 8 years ago
committed by root
parent
commit
f44f70f40a
  1. 2
      README
  2. 4
      templates/play.html

2
README

@ -1,4 +1,4 @@
Le serveur a besoin des droits en écriture sur la base SQLite3 et le répertoire Le serveur a besoin des droits en écriture sur la base SQLite3 et le répertoire
la contenant. la contenant.
Histoire : bbc -> lhark -> guimoz -> Klafyvel + volgarr + Yoann Histoire : bbc -> lhark -> guimoz -> Klafyvel + volgarr + Yoann + yopox

4
templates/play.html

@ -27,9 +27,9 @@ $(function(){
chance, c'est 50-50. chance, c'est 50-50.
</p> </p>
<form id="select" action="" method="post"> <form id="select" action="" method="post">
<label for="word">Écrit le nom de ta victime </label> <label for="word">Écris le nom de ta victime </label>
<input type="text" name="search" id="word"> <input type="text" name="search" id="word">
<label for="auto">et choisit-la :</label> <label for="auto">et choisis-la :</label>
<select id="auto" name="target_id"> <select id="auto" name="target_id">
<option value="none">(sélectionner un joueur)</option> <option value="none">(sélectionner un joueur)</option>
{% for p in players %} {% for p in players %}

Loading…
Cancel
Save