Remove unnecessary colon.
This commit is contained in:
parent
a44fba59a2
commit
32dde1392e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<dl>
|
||||
{% set previous_date = False %}
|
||||
{% for article in dates %}
|
||||
{% if article.locale_date != previous_date: %}
|
||||
{% if article.locale_date != previous_date %}
|
||||
{% set previous_date = article.locale_date %}
|
||||
<dt>{{ article.locale_date }}</dt>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue