diff --git a/rowers/templates/plannedsessiontemplatecreate.html b/rowers/templates/plannedsessiontemplatecreate.html index fbda21b5..c1d89a73 100644 --- a/rowers/templates/plannedsessiontemplatecreate.html +++ b/rowers/templates/plannedsessiontemplatecreate.html @@ -34,6 +34,8 @@ + + {% endblock %} {% block sidebar %} diff --git a/rowers/templates/plannedsessiontemplateedit.html b/rowers/templates/plannedsessiontemplateedit.html index 303d47cf..ea18075b 100644 --- a/rowers/templates/plannedsessiontemplateedit.html +++ b/rowers/templates/plannedsessiontemplateedit.html @@ -36,13 +36,15 @@
{{ steps|safe }}
+ {% else %} + No Steps defined + {% endif %} - {% endif %}