Private
Public Access
1
0

untested - form to create new instant plan

This commit is contained in:
Sander Roosendaal
2021-03-11 08:36:04 +01:00
parent 4385bb5d1d
commit 64a1b14536
6 changed files with 108 additions and 6 deletions

View File

@@ -15,6 +15,11 @@
<p>{{ plan.plan|lookup:"duration"}}</p>
</li>
{% endfor %}
{% if user.is_authenticated and user.is_staff %}
<li class="grid_4">
<a href="/rowers/addinstantplan/">Add a New Training Plan</a>
</li>
{% endif %}
</ul>
{% endblock %}