help_text for the application config page
This commit is contained in:
parent
60570ea962
commit
0a269ce601
@ -77,6 +77,7 @@ class ConfigForm(Form, CssClassMixin):
|
|||||||
initial=4,
|
initial=4,
|
||||||
min_value=0,
|
min_value=0,
|
||||||
max_value=8,
|
max_value=8,
|
||||||
|
help_text=_("Choose 0 to disable the supporting system"),
|
||||||
)
|
)
|
||||||
application_preamble = CharField(
|
application_preamble = CharField(
|
||||||
widget=TextInput(),
|
widget=TextInput(),
|
||||||
|
Loading…
Reference in New Issue
Block a user