Put the <h2> back

This commit is contained in:
blag 2022-12-26 22:48:54 -07:00
parent 679d71f3ac
commit ee3d1295f3
No known key found for this signature in database
GPG key ID: 30870D32F59C5F40

View file

@ -2,9 +2,11 @@
{% if note %}
<h2>{{ note }}</h2>
{% else %}
<h2>
{% blocktrans with tos_created=tos.created|date:"SHORT_DATE_FORMAT" %}
Terms of Service as of {{ tos_created }}
{% endblocktrans %}
</h2>
{% endif %}
{{ tos.content|safe }}