Update first time setup flow; update strings, include strings from figma
This commit is contained in:
parent
9937cc8884
commit
4c25aeabf9
23 changed files with 1451 additions and 245 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue