Start displaying the acor that liked a particular note
This commit is contained in:
parent
a160a95e82
commit
8027a36359
4 changed files with 43 additions and 9 deletions
|
@ -16,6 +16,6 @@
|
|||
{% block content %}
|
||||
<div id="container">
|
||||
{% include "header.html" %}
|
||||
{{ utils.display_thread(thread) }}
|
||||
{{ utils.display_thread(thread, likes) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue