untested - form to create new instant plan
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user