Celestino Rey 1 year ago
parent
commit
f6af1b3f44
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      ReyMotaAppsDj/reymota/templates/lyrics/detalle_album.html

+ 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