Making frontpage larger
This commit is contained in:
parent
439dfef614
commit
980c6a7ac9
|
@ -20,14 +20,14 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-6">
|
||||||
<div class="rating-block" data-rating="{{ entity.average_rating|floatformat:"-2" }}">
|
<div class="rating-block" data-rating="{{ entity.average_rating|floatformat:"-2" }}">
|
||||||
<h2>Average user rating</h2>
|
<h2>Average user rating</h2>
|
||||||
<h2 class="bold padding-bottom-7">{{ entity.average_rating|floatformat:"-2" }} <small>/ 5</small></h2>
|
<h2 class="bold padding-bottom-7">{{ entity.average_rating|floatformat:"-2" }} <small>/ 5</small></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{# Rating Distribution Display #}
|
{# Rating Distribution Display #}
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-6">
|
||||||
<h4>Rating breakdown</h4>
|
<h4>Rating breakdown</h4>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
<div class="pull-left" style="width:35px; line-height:1;">
|
<div class="pull-left" style="width:35px; line-height:1;">
|
||||||
|
|
Loading…
Reference in New Issue