Стилизовал artist_list.html
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user