stars filter
This commit is contained in:
parent
668e714c31
commit
093f2d4fdd
8 changed files with 141 additions and 26 deletions
|
@ -1,4 +1,5 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% load fr_display %}
|
||||
{% block content %}
|
||||
<div id="sidebar">
|
||||
<div>
|
||||
|
@ -103,7 +104,7 @@
|
|||
</p>
|
||||
|
||||
<h3>{{ activity.name }}</h3>
|
||||
<p>{{ activity.rating }} stars</p>
|
||||
<p>{{ activity.rating | stars }} stars</p>
|
||||
<p>{{ activity.review_content }}</p>
|
||||
</div>
|
||||
<div class="interaction"><button>⭐️ Like</button></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue