Обновил модель RecommendationPlaylist, исправил IndexView и изменил вид админки Playlist

This commit is contained in:
Viner Abubakirov
2026-01-06 17:06:53 +05:00
parent 1df341006c
commit 2cc0614c1e
5 changed files with 25 additions and 3 deletions

View File

@@ -6,4 +6,5 @@
<h1>Рекомендации:</h1>
{% include "components/track_list.html" with tracks=tracks %}
</div>
{% include "components/player.html" %}
{% endblock %}