finished addfavorite team, page recognizes when team is favorited or not. remove favorite team currently not working
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<a id="username">Username: {{user.username}}</a>
|
||||
<a style="text-decoration: underline;">Favorite Teams:</a> <br>
|
||||
{{#each fav_teams}}
|
||||
<span>{{this.teamname}}</span><br>
|
||||
<img id="teamlogo" src="{{this.teamlogo}}" alt="teamlogo">
|
||||
<span>{{this.teamname}}</span> <br>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user