fix: moved tr outside forloop

This commit is contained in:
sundasnoreen12
2024-05-10 14:50:30 +05:00
parent 7789923d21
commit 2c4e039313

View File

@@ -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>