diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html
index 236067c..5626fc6 100644
--- a/tos/templates/tos/tos_check.html
+++ b/tos/templates/tos/tos_check.html
@@ -2,9 +2,9 @@
{% if note %}
{{ note }}
{% else %}
- {% blocktranslate with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %}
+ {% blocktrans with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %}
Terms of Service as of {{ tos_created }}
- {% endblocktranslate %}
+ {% endblocktrans %}
{% endif %}
{{ tos.content|safe }}