From 3e5ede76357dbb1dbbb616e35a55dd8c0cfaa62e Mon Sep 17 00:00:00 2001 From: blag Date: Mon, 5 Dec 2022 11:13:15 -0800 Subject: [PATCH] Quick template fix --- tos/templates/tos/tos_check.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/templates/tos/tos_check.html b/tos/templates/tos/tos_check.html index 42dd643..ea90009 100644 --- a/tos/templates/tos/tos_check.html +++ b/tos/templates/tos/tos_check.html @@ -1,6 +1,6 @@ {% load i18n %} {% if note %} -

{{ note }} +

{{ note }}

{% else %}

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

{% endif %}