mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-03 16:34:42 +00:00
Put the <h2> back
This commit is contained in:
parent
679d71f3ac
commit
ee3d1295f3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue