diff --git a/RepostajesPy/K8S/Makefile b/RepostajesPy/K8S/Makefile index 03fb933..7833a56 100644 --- a/RepostajesPy/K8S/Makefile +++ b/RepostajesPy/K8S/Makefile @@ -1,4 +1,4 @@ -export IMG_VERSION = 1.3 +export IMG_VERSION = 1.4 # limpia todo all: imagen clean install diff --git a/RepostajesPy/servicios/repostajes/templates/login.html b/RepostajesPy/servicios/repostajes/templates/login.html index b7acd4a..454824c 100644 --- a/RepostajesPy/servicios/repostajes/templates/login.html +++ b/RepostajesPy/servicios/repostajes/templates/login.html @@ -6,7 +6,7 @@
{% include("_branding.html") %} -

Entrar en Lyrics

+

Entrar en Repostajes

{% with messages = get_flashed_messages() %} {% if messages %} diff --git a/RepostajesPy/servicios/repostajes/templates/signup.html b/RepostajesPy/servicios/repostajes/templates/signup.html index 0bce258..59ab72e 100644 --- a/RepostajesPy/servicios/repostajes/templates/signup.html +++ b/RepostajesPy/servicios/repostajes/templates/signup.html @@ -6,7 +6,7 @@
{% include("_branding.html") %} -

Registrarse en Lyrics

+

Registrarse en Repostajes