Browse Source

Cambio bienvenida para que no ponga Libros

politica
Celestino Rey 1 year ago
parent
commit
44735c0e24
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      RepostajesDj/K8S/Makefile
  2. +1
    -1
      RepostajesDj/vehiculos/repostajes/templates/registration/login.html
  3. +1
    -1
      RepostajesDj/vehiculos/repostajes/templates/registration/signup.html

+ 1
- 1
RepostajesDj/K8S/Makefile View File

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


+ 1
- 1
RepostajesDj/vehiculos/repostajes/templates/registration/login.html View File

@ -8,7 +8,7 @@
<div class="d-flex flex-column align-content-end"> <div class="d-flex flex-column align-content-end">
<div class="app-auth-body mx-auto"> <div class="app-auth-body mx-auto">
{% include "_branding.html" %} {% include "_branding.html" %}
<h2 class="auth-heading text-center mb-5">Entrar en Libros</h2>
<h2 class="auth-heading text-center mb-5">Entrar en Vehículos</h2>
{% if form.errors and not form.non_field_errors %} {% if form.errors and not form.non_field_errors %}
<p class="errornote"> <p class="errornote">


+ 1
- 1
RepostajesDj/vehiculos/repostajes/templates/registration/signup.html View File

@ -7,7 +7,7 @@
<div class="d-flex flex-column align-content-end"> <div class="d-flex flex-column align-content-end">
<div class="app-auth-body mx-auto"> <div class="app-auth-body mx-auto">
{% include "_branding.html" %} {% include "_branding.html" %}
<h2 class="auth-heading text-center mb-4">Registrarse en Libros</h2>
<h2 class="auth-heading text-center mb-4">Registrarse en Vehículos</h2>
<div class="auth-form-container text-start mx-auto"> <div class="auth-form-container text-start mx-auto">


Loading…
Cancel
Save