From 13d5070910f17b59b143f652819a8b4f7b4a8208 Mon Sep 17 00:00:00 2001 From: blag Date: Mon, 5 Dec 2022 11:44:10 -0800 Subject: [PATCH] Fix blocktrans variable and tag name --- tos/templates/tos/tos_check.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html index ea90009..236067c 100644 --- a/tos/templates/tos/tos_check.html +++ b/tos/templates/tos/tos_check.html @@ -2,7 +2,9 @@ {% if note %}

{{ note }}

{% else %} -

{% blocktrans %}Terms of Service as of {{ tos.created|date:"SHORT_DATE_FORMAT" }}{% endblocktrans %}

+ {% blocktranslate with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %} + Terms of Service as of {{ tos_created }} + {% endblocktranslate %} {% endif %} {{ tos.content|safe }}