Skip to content

Commit b367c9c

Browse files
author
oko-x
committed
triv: fixed block position for table inline
1 parent 9c8fabf commit b367c9c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-smartbase-admin"
3-
version = "0.2.36"
3+
version = "0.2.37"
44
description = ""
55
authors = ["SmartBase <[email protected]>"]
66
readme = "README.md"

src/django_smartbase_admin/templates/sb_admin/inlines/table_inline.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,11 @@
171171
</td>
172172
</tr>
173173
{% endif %}
174-
{% block table_inline_after_rows %}
175-
{% endblock %}
176174
</tbody>
177175
{% endfor %}
178176
{% endwith %}
179-
177+
{% block table_inline_after_rows %}
178+
{% endblock %}
180179
</table>
181180

182181
</fieldset>

0 commit comments

Comments
 (0)