mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
f2d99106af
commit
7cad8e47be
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user