diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/admin/base_site.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/admin/base_site.html new file mode 100644 index 000000000..1efc0efe0 --- /dev/null +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/admin/base_site.html @@ -0,0 +1,64 @@ +{% extends "admin/base.html" %} +{% load admin_static %} + +{# Additional
content here, some extra meta tags or favicon #} +{#{% block extrahead %}#} +{#{% endblock %}#} + + +{# Additional CSS includes #} +{#{% block extrastyle %}#} +{# #} +{#{% endblock %}#} + + +{# Additional JS files in footer, right before #} +{% block extrajs %} + + + {% include 'autocomplete_light/static.html' %} +{% endblock %} + + +{# Footer links (left side) #} +{#{% block footer_links %}#} +{# Documentation#} +{#{% endblock %}#} + +{# Additional header content like notifications or language switcher #} +{#{% block header_content %}#} +{# {{ block.super }}#} +{#