Update translations strings, add setting datetime and improve DC login flow
This commit is contained in:
parent
ed8723ee6b
commit
410f1b7913
11 changed files with 151 additions and 702 deletions
|
|
@ -8,6 +8,9 @@
|
|||
{% import "bulma_wtf.html" as wtf %}
|
||||
<form action="" method="post" enctype="multipart/form-data" novalidate >
|
||||
{{ form.hidden_tag() }}
|
||||
<div class="field">
|
||||
{{ wtf.form_datetime_field(form.butterbox_date, form.butterbox_date.errors) }}
|
||||
</div>
|
||||
<div class="field">
|
||||
{{ wtf.form_input_field(form.butterbox_name, form.butterbox_name.errors) }}
|
||||
<p class="help">{{ _("This is the name shown in the UI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue