mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-01 11:31:28 +00:00
first_setup: Fix regression with logo not showing
Logo is not shown when first setup is running in the background and the first setup busy page is shown. This is a regression when PNG logos were moved to a different folder. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4dfa9436b1
commit
0b1219a90c
@ -29,7 +29,7 @@
|
||||
{% endif %}
|
||||
|
||||
<p class="text-center">
|
||||
<img src="{% static 'theme/img/FreedomBox-logo-standard.png' %}"
|
||||
<img src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
|
||||
alt="{{ box_name }}" width="640"/>
|
||||
</p>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user