mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zbleuarg
This commit is contained in:
parent
92467b5e59
commit
7fa67b2b22
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ class Question:
|
||||||
confirm=False,
|
confirm=False,
|
||||||
prefill=prefill,
|
prefill=prefill,
|
||||||
is_multiline=(self.type == "text"),
|
is_multiline=(self.type == "text"),
|
||||||
autocomplete=self.choices,
|
autocomplete=self.choices or [],
|
||||||
help=_value_for_locale(self.help),
|
help=_value_for_locale(self.help),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue