Skip to content

Commit

Permalink
revert details_filter to details modal & remove unused tail block
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimir committed Jul 16, 2024
1 parent 6c2e333 commit 21fc4c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@


{% endblock %}

{% block tail %}
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ <h3>{{ _gettext('View Record') + ' #' + request.args.get('id') }}</h3>
{% endblock %}

{% block tail %}
{% endblock %}
<script src="{{ admin_static.url(filename='admin/js/details_filter.js', v='1.0.0') }}"></script>
{% endblock %}
3 changes: 0 additions & 3 deletions flask_admin/templates/bootstrap4/admin/model/modals/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ <h5 class="modal-title">{{ _gettext('Edit Record') + ' #' + request.args.get('id
{% endcall %}

{% endblock %}

{% block tail %}
{% endblock %}

0 comments on commit 21fc4c0

Please sign in to comment.