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 %}