diff --git a/main/template/default/user_portal/classic_session.tpl b/main/template/default/user_portal/classic_session.tpl index bd2b93145ac..6b20df6189f 100644 --- a/main/template/default/user_portal/classic_session.tpl +++ b/main/template/default/user_portal/classic_session.tpl @@ -41,7 +41,7 @@
- {% if row.description != '' %} + {% if row.show_description %} {{ row.description }} {% endif %}
    @@ -132,7 +132,7 @@

    {{ row.subtitle }}

    - {% if row.description != '' %} + {% if row.show_description %}
    {{ row.description }}
    diff --git a/main/template/default/user_portal/grid_session.tpl b/main/template/default/user_portal/grid_session.tpl index 91645b351ba..1bd629deb76 100644 --- a/main/template/default/user_portal/grid_session.tpl +++ b/main/template/default/user_portal/grid_session.tpl @@ -103,7 +103,7 @@ {% endif %}
    - {% if row.description != '' %} + {% if row.show_description %} {{ row.description }} {% endif %}