Добавил release_date в Album

This commit is contained in:
Viner Abubakirov
2026-01-04 23:44:41 +05:00
parent 9d8f881b7a
commit 2e63f86484
4 changed files with 33 additions and 5 deletions

View File

@@ -5,5 +5,5 @@
{% block content %}
<h1>{{ artist.name }}</h1>
<h2>Albums</h2>
{% include 'components/album_list.html' with albums=artist.albums.all %}
{% include 'components/album_list.html' %}
{% endblock %}