Quick template fix

This commit is contained in:
blag 2022-12-05 11:13:15 -08:00
parent 3405a87dbe
commit 3e5ede7635
No known key found for this signature in database
GPG key ID: 30870D32F59C5F40

View file

@ -1,6 +1,6 @@
{% load i18n %}
{% if note %}
<h2>{{ note }}</note>
<h2>{{ note }}</h2>
{% else %}
<h2>{% blocktrans %}Terms of Service as of {{ tos.created|date:"SHORT_DATE_FORMAT" }}{% endblocktrans %}</h2>
{% endif %}