From 1eda1ae64d4105ea35518277800c02704aec1456 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 10 Oct 2024 15:05:41 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20plantilla=20para=20incluir=20favic?= =?UTF-8?q?on=20en=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReyMotaAppsDj/reymota/templates/admin/base_site.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ReyMotaAppsDj/reymota/templates/admin/base_site.html diff --git a/ReyMotaAppsDj/reymota/templates/admin/base_site.html b/ReyMotaAppsDj/reymota/templates/admin/base_site.html new file mode 100644 index 0000000..315f380 --- /dev/null +++ b/ReyMotaAppsDj/reymota/templates/admin/base_site.html @@ -0,0 +1,12 @@ + + + + +{% extends "admin/base_site.html" %} + +{% load static %} + +{% block extrahead %} + +{% endblock %} +