From 5dbecaa092c3cf484c3c2bdf784d1d8908459c00 Mon Sep 17 00:00:00 2001 From: yuvarajmadineni <43857118+yuvarajmadineni@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:34:38 +0530 Subject: [PATCH] Update favorite.html --- music/templates/favorite.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/music/templates/favorite.html b/music/templates/favorite.html index f3998e74..4a3e7308 100644 --- a/music/templates/favorite.html +++ b/music/templates/favorite.html @@ -23,16 +23,16 @@ -Music Web App - Favorites -{% for item in favorite %} +Music Web App : Favorites +{% for i in favorite %}
- Card image + Card image
-

Name of the Movie : {{ item.song.album.title}}

-

Music Director : {{ item.song.album.artist }}

+

Name of the Movie : {{ i.song.album.title}}

+

Music Director : {{ i.song.album.artist }}