From 2d5443be89ce8d956c258797753f927833e1aed0 Mon Sep 17 00:00:00 2001 From: Tobias Schulmann Date: Sun, 24 Jun 2018 13:21:52 +1200 Subject: [PATCH] Hide green row when no reviews available --- pinaxcon/templates/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index d041014f..e6b17dff 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -253,10 +253,9 @@ {% endif %} {% endif %} +{% if review_sections %}
- -{% if review_sections %}

{% trans "Reviews" %}

{% for section in review_sections %}