Update campaign count handling in channel list view and template
This commit is contained in:
parent
bd16fefd08
commit
2f20bb265d
2 changed files with 13 additions and 7 deletions
|
|
@ -38,7 +38,7 @@
|
|||
href="{% url 'twitch:channel_detail' channel.twitch_id %}">{{ channel.display_name }}</a>
|
||||
</td>
|
||||
<td>{{ channel.name }}</td>
|
||||
<td>{{ channel.campaign_count }}</td>
|
||||
<td>{{ channel.campaign_count|default:0 }}</td>
|
||||
<td>
|
||||
<time datetime="{{ channel.added_at|date:'c' }}"
|
||||
title="{{ channel.added_at|date:'DATETIME_FORMAT' }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue