Browse Source

Con el background del login en su sitio

politica
Celestino Rey 1 year ago
parent
commit
428bb3d845
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      Libros/K8S/Makefile
  2. +1
    -2
      Libros/biblioteca/gestion/templates/registration/login.html

+ 1
- 1
Libros/K8S/Makefile View File

@ -1,5 +1,5 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
export IMG_VERSION = 1.40
export IMG_VERSION = 1.42
export IMG_NGINX_VERSION = 1.17 export IMG_NGINX_VERSION = 1.17
# limpia todo # limpia todo


+ 1
- 2
Libros/biblioteca/gestion/templates/registration/login.html View File

@ -61,7 +61,6 @@
<input type="submit" class="btn app-btn-primary w-100 theme-btn mx-auto" value="{% translate 'Log in' %}"> <input type="submit" class="btn app-btn-primary w-100 theme-btn mx-auto" value="{% translate 'Log in' %}">
</div> </div>
</form> </form>
<!--
</div> </div>
</div> </div>
{% include "_footer.html" %} {% include "_footer.html" %}
@ -79,7 +78,7 @@
<h5 class="mb-3 overlay-title">Explore Portal Admin Template</h5> <h5 class="mb-3 overlay-title">Explore Portal Admin Template</h5>
<div>Portal is a free Bootstrap 5 admin dashboard template. You can download and view the template license <a href="https://themes.3rdwavemedia.com/bootstrap-templates/admin-dashboard/portal-free-bootstrap-admin-dashboard-template-for-developers/">here</a>.</div> <div>Portal is a free Bootstrap 5 admin dashboard template. You can download and view the template license <a href="https://themes.3rdwavemedia.com/bootstrap-templates/admin-dashboard/portal-free-bootstrap-admin-dashboard-template-for-developers/">here</a>.</div>
</div> </div>
-->
-->
</div> </div>
</div><!--//auth-background-overlay--> </div><!--//auth-background-overlay-->
</div><!--//auth-background-col--> </div><!--//auth-background-col-->


Loading…
Cancel
Save