From 13b11a9ccd798b19291c252e63cb5c38b1487a17 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 30 Mar 2020 22:14:52 +0200 Subject: [PATCH] fixed --- rowers/templates/plannedsessions_print.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}

{% csrf_token %} @@ -46,6 +48,7 @@

+{% endif %} {% endblock %}