Private
Public Access
1
0

bugs fixed (passing tests)

This commit is contained in:
Sander Roosendaal
2019-03-15 08:50:55 +01:00
parent e5a38c8802
commit dfea13b8f9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -321,7 +321,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if user|nogoals %} {% if user.is_authenticated and user|nogoals %}
<p> <p>
<a href="/rowers/createplan/">Create a Training Target!</a> <a href="/rowers/createplan/">Create a Training Target!</a>
</p> </p>