Skip to content

Commit 42436cd

Browse files
authored
triv: removed temporary template
1 parent 6f5ec5d commit 42436cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21"
3+
version = "0.2.22"
44
description = ""
55
authors = ["SmartBase <[email protected]>"]
66
readme = "README.md"

src/django_smartbase_admin/templates/sb_admin/actions/partials/tabulator_header_v2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{% endwith %}
9494
</div>
9595
<div class="tab-pane fade min-h-64 content-center max-sm:overflow-x-auto custom-scrollbar" id="advanced_filters_content" role="tabpanel" aria-labelledby="tab_advanced_filters">
96-
{% include 'sb_admin/components/filters_v2.html' with filters=content_context.filters %}
96+
{% include 'sb_admin/components/filters.html' with filters=content_context.filters %}
9797
</div>
9898
</div>
9999
{% endblock %}

0 commit comments

Comments
 (0)