Skip to content

Commit

Permalink
fix: moved tr outside forloop
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 committed May 10, 2024
1 parent 7789923 commit 2c4e039
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2c4e039

Please sign in to comment.