From 2fc525cb32679c0c06149f04b10ee7a778c240fd Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Sun, 7 Jul 2024 15:46:32 +0200 Subject: [PATCH] Logo personal --- .../reymotapy/static/images/reymota-logo.svg | 18 ++++++++++++++++++ .../reymotapy/templates/_branding.html | 2 +- .../reymotapy/templates/_cabecera.html | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 ReymotaPy/servicios/reymotapy/static/images/reymota-logo.svg diff --git a/ReymotaPy/servicios/reymotapy/static/images/reymota-logo.svg b/ReymotaPy/servicios/reymotapy/static/images/reymota-logo.svg new file mode 100644 index 0000000..3173435 --- /dev/null +++ b/ReymotaPy/servicios/reymotapy/static/images/reymota-logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + R + + diff --git a/ReymotaPy/servicios/reymotapy/templates/_branding.html b/ReymotaPy/servicios/reymotapy/templates/_branding.html index 43a286a..ce9ef36 100644 --- a/ReymotaPy/servicios/reymotapy/templates/_branding.html +++ b/ReymotaPy/servicios/reymotapy/templates/_branding.html @@ -1,4 +1,4 @@
- +
\ No newline at end of file diff --git a/ReymotaPy/servicios/reymotapy/templates/_cabecera.html b/ReymotaPy/servicios/reymotapy/templates/_cabecera.html index 5c31480..3f6c864 100644 --- a/ReymotaPy/servicios/reymotapy/templates/_cabecera.html +++ b/ReymotaPy/servicios/reymotapy/templates/_cabecera.html @@ -121,7 +121,7 @@ {% if current_user.is_authenticated %} {% else %} - + {% endif %}