mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
firstboot: Link from next steps page to add apps page
- Instead of the apps page which will be empty on first boot. Tests: - On Next Steps page, click on apps link takes users to add apps page and not apps page. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
2764c58c53
commit
18046ef736
@ -78,7 +78,7 @@
|
|||||||
<li>
|
<li>
|
||||||
{% icon 'th' class='svg-icon app-icon' %}
|
{% icon 'th' class='svg-icon app-icon' %}
|
||||||
<div class="step-text">
|
<div class="step-text">
|
||||||
{% url 'apps' as apps_url %}
|
{% url 'apps-add' as apps_url %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Put {{ box_name }} to use by installing
|
Put {{ box_name }} to use by installing
|
||||||
<a href="{{ apps_url }}" target="_blank">apps</a>.
|
<a href="{{ apps_url }}" target="_blank">apps</a>.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user