From 7cad8e47be32a8512c11cce433fe198da39a24ad Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 30 Dec 2024 21:54:53 -0800 Subject: [PATCH] app: Stop showing short description on installation page Since there are currently no apps with short description, it does not show already anyway. Tests: - Installing an app works. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/templates/app-header.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/plinth/templates/app-header.html b/plinth/templates/app-header.html index 26d451577..e584a6f2f 100644 --- a/plinth/templates/app-header.html +++ b/plinth/templates/app-header.html @@ -27,9 +27,6 @@ {% else %}

{{ app_info.name }}

{% endif %} - {% if app_info.short_description %} -

{{ app_info.short_description }}

- {% endif %} {% endblock %} {% if app_enable_disable_form %}