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
|
|
@ -3,7 +3,7 @@
|
|||
{% block content %}
|
||||
{% import "bulma_wtf.html" as wtf %}
|
||||
|
||||
<h1>Sign In</h1>
|
||||
<h1>{{ _("Sign In")}}</h1>
|
||||
<form action="" method="post" novalidate>
|
||||
{{ form.hidden_tag() }}
|
||||
<div class="field">{{ wtf.form_input_field(form.username) }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue