diff --git a/ReyMotaAppsDj/K8S/Makefile.local b/ReyMotaAppsDj/K8S/Makefile.local index 633db82..b77f9a6 100644 --- a/ReyMotaAppsDj/K8S/Makefile.local +++ b/ReyMotaAppsDj/K8S/Makefile.local @@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export REGISTRY=localhost:30500 #export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.54 +export IMG_VERSION = 0.55 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html b/ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html index 08764db..62ee8ee 100644 --- a/ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html +++ b/ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html @@ -61,5 +61,15 @@

No songs found matching your query.

{% endif %} + +
+
+ +
+
{% endblock %}