refactor: added tr tags
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user