Subscriptions: fix author not being included
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
<div class="video-section">
|
<div class="video-section">
|
||||||
<nav class="item-grid">
|
<nav class="item-grid">
|
||||||
{% for video_info in videos %}
|
{% for video_info in videos %}
|
||||||
{{ common_elements.item(video_info, include_author=false) }}
|
{{ common_elements.item(video_info) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user