Subscriptions: fix author not being included

This commit is contained in:
James Taylor 2019-09-07 18:26:31 -07:00
parent 7b42d26c61
commit 93bbe1179b

View File

@ -47,7 +47,7 @@
<div class="video-section">
<nav class="item-grid">
{% for video_info in videos %}
{{ common_elements.item(video_info, include_author=false) }}
{{ common_elements.item(video_info) }}
{% endfor %}
</nav>