diff --git a/rowers/templates/plannedsessions_print.html b/rowers/templates/plannedsessions_print.html index 22f7ddc3..b123b6ed 100644 --- a/rowers/templates/plannedsessions_print.html +++ b/rowers/templates/plannedsessions_print.html @@ -37,6 +37,8 @@ {% endfor %} + +{% if not user.is_anonymous %}
+{% endif %} {% endblock %}