Differentiate friends/local/federated reviews
This commit is contained in:
parent
20522cbd11
commit
a46193a37b
12 changed files with 118 additions and 30 deletions
8
fedireads/templates/snippets/review.html
Normal file
8
fedireads/templates/snippets/review.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% load fr_display %}
|
||||
<div class="review">
|
||||
<h4>{{ review.name }}
|
||||
<small>{{ review.rating | stars }} stars, by {% include 'snippets/username.html' with user=review.user %}</small>
|
||||
</h4>
|
||||
<blockquote>{{ review.content }}</blockquote>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue