help_text for the application config page

This commit is contained in:
Oskar Hahn 2012-06-30 16:28:15 +02:00
parent 60570ea962
commit 0a269ce601
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class ConfigForm(Form, CssClassMixin):
initial=4,
min_value=0,
max_value=8,
help_text=_("Choose 0 to disable the supporting system"),
)
application_preamble = CharField(
widget=TextInput(),