Propose tous les utilisateurs au début
This commit is contained in:
parent
e16e4be753
commit
f4e4d956e9
1 changed files with 4 additions and 0 deletions
|
@ -32,8 +32,12 @@ $(function(){
|
|||
<label for="auto">et choisit-la :</label>
|
||||
<select id="auto" name="target_id">
|
||||
<option value="none">(sélectionner un joueur)</option>
|
||||
{% for p in players %}
|
||||
<option value="{{p.id}}">{{p.name}} {{p.firstname}}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input type="submit" value="Tchak !" />
|
||||
|
||||
</form>
|
||||
<h2>
|
||||
<a href="{{ url_for('home') }}">« retour à l'accueil</a>
|
||||
|
|
Loading…
Reference in a new issue