Browse Source

Añadir canción en detalle album

politica
Celestino Rey 1 year ago
parent
commit
61b35a6a19
2 changed files with 11 additions and 1 deletions
  1. +1
    -1
      ReyMotaAppsDj/K8S/Makefile.local
  2. +10
    -0
      ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html

+ 1
- 1
ReyMotaAppsDj/K8S/Makefile.local View File

@ -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


+ 10
- 0
ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html View File

@ -61,5 +61,15 @@
<p>No songs found matching your query.</p>
{% endif %}
</div>
<div class="col-auto">
<div class="page-utilities">
<div class="row g-4 justify-content-start justify-content-md-end align-items-center">
<div class="col-auto">
<a class="btn app-btn-primary" href="{% url 'lyrics:nuevo_song' %}">Añadir canción</a>
</div>
</div><!--//row-->
</div><!--//table-utilities-->
</div><!--//col-auto-->
</div><!--//app-card-->
{% endblock %}

Loading…
Cancel
Save