fix: moved tr outside forloop
This commit is contained in:
@@ -56,10 +56,9 @@
|
||||
</td>
|
||||
{% if forloop.counter|divisibleby:3 %}
|
||||
</tr><tr> <!-- Close the row after every third td -->
|
||||
{% elif forloop.last %}
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user