Стилизовал artist_list.html

This commit is contained in:
Viner Abubakirov
2026-01-02 15:37:24 +05:00
parent b8fc219f09
commit 67a32d8ac7
3 changed files with 66 additions and 10 deletions

View File

@@ -4,7 +4,6 @@
{% block content %}
<h1>{{ artist.name }}</h1>
<p>Genre: {{ artist.genre }}</p>
<h2>Albums</h2>
{% include 'components/album_list.html' with albums=artist.albums.all %}
{% endblock %}