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