Skip to content

Commit

Permalink
fix: add base_admin.html from django-admin-site-search
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Feb 2, 2024
1 parent a05977d commit 4f987cc
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 4f987cc

Please sign in to comment.