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:
Sunil Mohan Adapa 2020-05-12 17:16:21 -07:00 committed by James Valleroy
parent 4dfa9436b1
commit 0b1219a90c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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>