From 2d5443be89ce8d956c258797753f927833e1aed0 2018-06-24 01:21:52 From: Tobias Schulmann Date: 2018-06-24 01:21:52 Subject: [PATCH] Hide green row when no reviews available --- diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index d041014f0144d863fdde48532e3f3ef08d5b4880..e6b17dff4f08e93589500de671ca6ce84b29de86 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 %}