Save finished games and add history views
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
class="{{ 'active' if active_page == 'friends' else '' }}"
|
||||
>Friends</a
|
||||
>
|
||||
<a
|
||||
href="{{ url_for('main.games_history') }}"
|
||||
class="{{ 'active' if active_page == 'games' else '' }}"
|
||||
>Games</a
|
||||
>
|
||||
</nav>
|
||||
<div class="profile-pill">{{ current_user.username }}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user