Goals working well
This commit is contained in:
@@ -160,6 +160,7 @@
|
||||
{% if session.user_id %}
|
||||
<a href="{{ url_for('index') }}">Tracker</a>
|
||||
<a href="{{ url_for('tasks') }}">Tasks</a>
|
||||
<a href="{{ url_for('goals') }}">Goals</a>
|
||||
<a href="{{ url_for('logbook') }}">Logbook</a>
|
||||
<a href="{{ url_for('logout') }}">Logout</a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user