mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-08 18:44:54 +00:00
Quick template fix
This commit is contained in:
parent
3405a87dbe
commit
3e5ede7635
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue