Display reshares on profile page

This commit is contained in:
Bat
2018-05-24 10:45:36 +01:00
parent 94beaaca76
commit e9cd48ecca
3 changed files with 35 additions and 0 deletions
+7
View File
@@ -37,4 +37,11 @@
{{ macros::post_card(article=article) }}
{% endfor %}
</div>
<h2>Recently reshared</h2>
<div class="cards">
{% for article in reshares %}
{{ macros::post_card(article=article) }}
{% endfor %}
</div>
{% endblock content %}