login feature is fully complete, testing is required, favorite teams database is fully functioning
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<!-- Linking forms.css -->
|
||||
<div class="login-page" id="login-page">
|
||||
<div class="form-container" id="login-form">
|
||||
<a>{{user.username}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-page account-info-card" id="login-page">
|
||||
<div class="form-container" id="login-form">
|
||||
<a id="username">Username: {{user.username}}</a>
|
||||
<a style="text-decoration: underline;">Favorite Teams:</a> <br>
|
||||
{{#each fav_teams}}
|
||||
<span>{{this.teamname}}</span><br>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user