forked from MarseyWorld/MarseyWorld
remove unnecessary id
parent
cd79a86b99
commit
aefc3703ce
|
@ -18,7 +18,7 @@
|
||||||
<th>Image</th>
|
<th>Image</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="marseys-table">
|
<tbody>
|
||||||
{% for image in images %}
|
{% for image in images %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{loop.index}}</td>
|
<td>{{loop.index}}</td>
|
||||||
|
|
Loading…
Reference in New Issue