Keine Ahnung / not known
This commit is contained in:
@@ -34,23 +34,25 @@
|
||||
data-target="#collapseBeispiel" aria-expanded="false" aria-controls="collapseBeispiel">
|
||||
Liga hinzufügen</button>
|
||||
<div class="collapse" id="collapseBeispiel">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>Liga</th>
|
||||
<th>Abkürzung</th>
|
||||
<th>Saison</th>
|
||||
<th>ID</th>
|
||||
</tr>
|
||||
{% for i in avail_leagues %}
|
||||
<tr>
|
||||
<td>{{ i.leagueName }}</td>
|
||||
<td>{{ i.leagueShortcut }}</td>
|
||||
<td>{{ i.leagueSaison }}</td>
|
||||
<td>{{ i.leagueID }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
<form role="form" action="" method="post">{% csrf_token %}
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>Liga</th>
|
||||
<th>Abkürzung</th>
|
||||
<th>Saison</th>
|
||||
<th>ID</th>
|
||||
</tr>
|
||||
{% for i in avail_leagues %}
|
||||
<tr>
|
||||
<td>{{ i.leagueName }}</td>
|
||||
<td>{{ i.leagueShortcut }}</td>
|
||||
<td>{{ i.leagueSaison }}</td>
|
||||
<td>{{ i.leagueID }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if debug %}
|
||||
|
||||
Reference in New Issue
Block a user