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 <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2024-12-30 21:54:53 -08:00 committed by Joseph Nuthalapati
parent f2d99106af
commit 7cad8e47be
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -27,9 +27,6 @@
{% else %}
<h2>{{ app_info.name }}</h2>
{% endif %}
{% if app_info.short_description %}
<h3>{{ app_info.short_description }}</h3>
{% endif %}
</div>
{% endblock %}
{% if app_enable_disable_form %}