refactor: added tr tags

This commit is contained in:
sundasnoreen12
2024-05-10 12:59:03 +05:00
parent f976266b21
commit 7789923d21

View File

@@ -55,7 +55,9 @@
</table>
</td>
{% if forloop.counter|divisibleby:3 %}
</tr> <!-- Close the row after every third td -->
</tr><tr> <!-- Close the row after every third td -->
{% elif forloop.last %}
</tr>
{% endif %}
{% endfor %}
</tbody>