mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
show scores in own user profile page
This commit is contained in:
parent
bee447dfe0
commit
8892e8922b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
<h2 class="mt-4" id="comments">Comments</h2>
|
||||
<div class="post_list">
|
||||
{% for post_reply in post_replies.items %}
|
||||
{% with teaser=True, disable_voting=True %}
|
||||
{% with teaser=True, disable_voting=(current_user.id != post_reply.author.id) %}
|
||||
{% include 'post/_post_reply_teaser.html' %}
|
||||
{% endwith %}
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Reference in a new issue