|
|
@ -32,8 +32,12 @@ $(function(){ |
|
|
<label for="auto">et choisit-la :</label> |
|
|
<label for="auto">et choisit-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 %} |
|
|
|
|
|
<option value="{{p.id}}">{{p.name}} {{p.firstname}}</option> |
|
|
|
|
|
{% endfor %} |
|
|
</select> |
|
|
</select> |
|
|
<input type="submit" value="Tchak !" /> |
|
|
<input type="submit" value="Tchak !" /> |
|
|
|
|
|
|
|
|
</form> |
|
|
</form> |
|
|
<h2> |
|
|
<h2> |
|
|
<a href="{{ url_for('home') }}">« retour à l'accueil</a> |
|
|
<a href="{{ url_for('home') }}">« retour à l'accueil</a> |
|
|
|