jinja annoying

This commit is contained in:
codl 2017-08-07 15:58:08 +02:00
parent eaa43c07a7
commit efa910d822
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<ul>
{% for archive in g.viewer.account.twitter_archives %}
<li class="tweet_archive" data-status="{{archive.status()}}">{{archive.created_at.strftime('%Y-%m-%d %H:%M')}}<br>
{% if archive.chunks is None %}
{% if archive.chunks is none %}
{{archive.chunks_successful}}/{{archive.chunks}} months imported, {{archive.chunks_failed}} failed</li>
{% else %}
Archive could not be opened