Added number of reviews to results page
This commit is contained in:
parent
6f6098b38d
commit
5ebfd0a0d6
|
@ -33,7 +33,7 @@
|
||||||
<div class="hr-line-dashed"></div>
|
<div class="hr-line-dashed"></div>
|
||||||
<div class="search-result">
|
<div class="search-result">
|
||||||
<h3><a href="/rateables/{{ entity.pk }}">{{ entity.name }}</a></h3>
|
<h3><a href="/rateables/{{ entity.pk }}">{{ entity.name }}</a></h3>
|
||||||
<a href="#" class="search-link">UNIVERSITY</a>
|
<h4> Reviews: {{entity.review_set.all|length}}</h4>
|
||||||
<span class="toright glyphicon glyphicon-icon-comments"></span>
|
<span class="toright glyphicon glyphicon-icon-comments"></span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue