mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
ui: index: Don't show too large a help message
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
858d005b87
commit
8593524184
@ -17,13 +17,13 @@
|
|||||||
{% include 'messages.html' %}
|
{% include 'messages.html' %}
|
||||||
|
|
||||||
{% if not shortcuts %}
|
{% if not shortcuts %}
|
||||||
<h4>
|
<p>
|
||||||
{% url 'apps' as apps_url %}
|
{% url 'apps' as apps_url %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Enable some <a href="{{ apps_url }}">applications</a> to add
|
Enable some <a href="{{ apps_url }}">applications</a> to add
|
||||||
shortcuts to this page.
|
shortcuts to this page.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</h4>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if selected_shortcut.description %}
|
{% if selected_shortcut.description %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user