Update first time setup flow; update strings, include strings from figma

This commit is contained in:
Ana Custura 2026-03-29 17:17:47 +01:00
parent 9937cc8884
commit 4c25aeabf9
23 changed files with 1451 additions and 245 deletions

View file

@ -1,8 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="block"><h1 class="title is-large butter-title">Welcome.</h1></div>
<div class="block"><p class="subtitle butter-title"> View and download the information you want from this offline box.</p></div>
<div class="block"><h1 class="title is-large butter-title">{{ _("Welcome.") }}</h1></div>
<div class="block"><p class="subtitle butter-title"> {{ _("View and download the information you want from this offline
box.")}}</p></div>
<div class="block grid">
{% for service in services %}