Private
Public Access
1
0

everything working,

This commit is contained in:
Sander Roosendaal
2022-04-07 16:29:11 +02:00
parent 084e384aaa
commit cad9e6ab77
7 changed files with 324 additions and 31 deletions

View File

@@ -35,6 +35,15 @@
</form>
</li>
<li class="grid_2">
{% if steps %}
<h2>Steps</h2>
<p>{{ steps|safe }}</p>
<p>
<a href="/rowers/plans/stepeditor/{{ thesession.id }}/">Edit Steps (experimental)</a>
</p>
{% endif %}
</li>
</ul>
{% endblock %}