Hide green row when no reviews available
This commit is contained in:
parent
0576f90903
commit
2d5443be89
1 changed files with 1 additions and 2 deletions
|
@ -253,10 +253,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if review_sections %}
|
||||||
<div class="bg-primary text-secondary mt-5 pb-5">
|
<div class="bg-primary text-secondary mt-5 pb-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{% if review_sections %}
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h2 class="col-12 my-5">{% trans "Reviews" %}</h2>
|
<h2 class="col-12 my-5">{% trans "Reviews" %}</h2>
|
||||||
{% for section in review_sections %}
|
{% for section in review_sections %}
|
||||||
|
|
Loading…
Reference in a new issue