Добавил release_date в Album
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user