From c4fbf1a32157cc9136389958c25e6b2def665795 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 8 Jul 2024 20:16:17 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20footer=20separado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReymotaPy/servicios/reymotapy/templates/_footer.html | 10 ++++++++++ ReymotaPy/servicios/reymotapy/templates/base.html | 9 ++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 ReymotaPy/servicios/reymotapy/templates/_footer.html diff --git a/ReymotaPy/servicios/reymotapy/templates/_footer.html b/ReymotaPy/servicios/reymotapy/templates/_footer.html new file mode 100644 index 0000000..eed4e66 --- /dev/null +++ b/ReymotaPy/servicios/reymotapy/templates/_footer.html @@ -0,0 +1,10 @@ + + +
+ (c) Celestino Rey +
+ \ No newline at end of file diff --git a/ReymotaPy/servicios/reymotapy/templates/base.html b/ReymotaPy/servicios/reymotapy/templates/base.html index 6b526e6..e4df920 100644 --- a/ReymotaPy/servicios/reymotapy/templates/base.html +++ b/ReymotaPy/servicios/reymotapy/templates/base.html @@ -9,13 +9,8 @@ {% block content %}{% endblock %} - + {% include("_footer.html") %} +