Initial commit
This commit is contained in:
8
templates/components/home_player_list.html
Normal file
8
templates/components/home_player_list.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "home_player_list" }}
|
||||
|
||||
<label for="home-player-list" class="col-form-label col-form-label-lg pt-0">Spieler:</label>
|
||||
<select multiple class="form-control form-control-lg overflow-auto border-secondary" id="home-player-list" size="10">
|
||||
<!-- Player list items go here -->
|
||||
</select>
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user