Skip to content

Commit

Permalink
triv: added blocks for upcoming tree widget to ensure backward compat…
Browse files Browse the repository at this point in the history
…ibility, bump version (#39)
  • Loading branch information
MartinCervenkaSB authored Dec 20, 2024
1 parent 928a96a commit ab95833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-smartbase-admin"
version = "0.2.90"
version = "0.2.91"
description = ""
authors = ["SmartBase <[email protected]>"]
readme = "README.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
{% if content_context.is_jquery_required %}
<script src="{% static 'sb_admin/js/jquery-3.7.1.min.js' %}"></script>
{% endif %}
{% block jquery %}
{% endblock %}
{% block tree_widget_static %}
{% endblock %}
{% block extrahead %}{% endblock %}
<style>@media (min-width: 1200px){.xl\:\!block {display: block !important;}}</style>
{% if request.META.HTTP_SEC_FETCH_DEST == "iframe" %}
Expand Down

0 comments on commit ab95833

Please sign in to comment.