Browse Source

Quito lo de bootstrap 5

politica
Celestino Rey 11 months ago
parent
commit
eab21bb625
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      JugarAlPadel/K8S/Makefile
  2. +2
    -2
      JugarAlPadel/gestion_reservas/templates/_head.html

+ 1
- 1
JugarAlPadel/K8S/Makefile View File

@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=localhost:5000
export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.42
export IMG_VERSION = 0.43
export IMG_NGINX_VERSION = 2.3
# limpia todo


+ 2
- 2
JugarAlPadel/gestion_reservas/templates/_head.html View File

@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portal - Bootstrap 5 Admin Dashboard Template For Developers">
<meta name="description" content="Jugar al pádel entre amigos">
<meta name="author" content="Celestino Rey" >
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}">
@ -20,4 +20,4 @@
<!-- App CSS -->
<link id="theme-style" rel="stylesheet" href="{% static 'css/portal.css' %}">
</head>
</head>

Loading…
Cancel
Save