Browse Source

Acerca de solo para creylopez

main
Celestino Rey 7 months ago
parent
commit
3cc090091d
3 changed files with 4 additions and 3 deletions
  1. +1
    -1
      JugarAlPadel/K8S/Makefile
  2. +1
    -1
      JugarAlPadel/K8S/env-prod-configmap.yaml
  3. +2
    -1
      JugarAlPadel/gestion_reservas/templates/base.html

+ 1
- 1
JugarAlPadel/K8S/Makefile View File

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


+ 1
- 1
JugarAlPadel/K8S/env-prod-configmap.yaml View File

@ -1,7 +1,7 @@
apiVersion: v1
data:
DEBUG: "False"
APP_VERSION: 13.0.0
APP_VERSION: 13.0.1
kind: ConfigMap
metadata:
labels:


+ 2
- 1
JugarAlPadel/gestion_reservas/templates/base.html View File

@ -137,6 +137,7 @@
<span class="nav-link-text">Ayuda</span>
</a><!--//nav-link-->
</li><!--//nav-item-->
{% if request.user.is_authenticated and request.user.email == "creylopez@yahoo.es" %}
<li class="nav-item">
<!--//Bootstrap Icons: https://icons.getbootstrap.com/ -->
<a class="nav-link" href="{% url 'acerca_de' %}">
@ -149,7 +150,7 @@
<span class="nav-link-text">Acerca de...</span>
</a><!--//nav-link-->
</li><!--//nav-item-->
{% endif %}
</ul><!--//app-menu-->
</nav><!--//app-nav-->


Loading…
Cancel
Save