Skip to content

Commit 103c4aa

Browse files
committed
triv: added blocks to be able to add own html
1 parent 8711d98 commit 103c4aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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 = "1.1.7"
3+
version = "1.1.7b1"
44
description = ""
55
authors = ["SmartBase <info@smartbase.sk>"]
66
readme = "README.md"

src/django_smartbase_admin/templates/sb_admin/navigation.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
{# </li>#}
102102
{# </ul>#}
103103
</div>
104+
{% block before_footer %}{% endblock %}
104105
<footer class="mt-auto border-t border-dark-200">
105106
{# Global Search #}
106107
{# <div class="flex p-16 gap-x-8 border-b border-dark-200 w-full">#}
@@ -176,5 +177,6 @@
176177
</footer>
177178
</nav>
178179
<div class="bg-filter js-sidebar-toggle" data-sidebar-target="main-navigation"></div>
180+
{% block after_navigation %}{% endblock %}
179181
{% endif %}
180182
{% endblock %}

0 commit comments

Comments
 (0)