diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html index f21c777..9987ff2 100644 --- a/tos/templates/tos/tos_check.html +++ b/tos/templates/tos/tos_check.html @@ -1,3 +1,4 @@ +{% load url from future %} {% if note %}

{{ note }} {% else %} @@ -8,7 +9,7 @@

Accept Terms of Service?

-
+ {% csrf_token %}