Skip to content

Commit

Permalink
Merge pull request #197 from honeylogic-io/add-base-admin-html
Browse files Browse the repository at this point in the history
fix: add base_admin.html from django-admin-site-search
  • Loading branch information
danihodovic authored Feb 2, 2024
2 parents a05977d + 4f987cc commit d3dc7ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions django_wtf/templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% extends "admin/base_site.html" %}
{% block extrahead %}
{% include 'admin_site_search/head.html' %}
{{ block.super }}
{% endblock %}
{% block footer %}
{{ block.super }}
{% include 'admin_site_search/modal.html' %}
{% endblock %}
{% block usertools %}
{% include 'admin_site_search/button.html' %}
{{ block.super }}
{% endblock %}

0 comments on commit d3dc7ca

Please sign in to comment.