Skip to content

Commit

Permalink
Merge branch '1.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Jun 23, 2015
2 parents 6c46cc2 + 3cb91ce commit 9079bd6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modoboa/core/app_settings.py
Expand Up @@ -5,7 +5,9 @@

from modoboa.lib import parameters
from modoboa.lib.cryptutils import random_key
from modoboa.lib.form_utils import YesNoField, SeparatorField, InlineRadioSelect
from modoboa.lib.form_utils import (
YesNoField, SeparatorField, InlineRadioSelect
)


def enabled_applications():
Expand Down Expand Up @@ -200,7 +202,9 @@ class GeneralParametersForm(parameters.AdminParametersForm):
top_notifications_check_interval = forms.IntegerField(
label=_("Top notifications check interval"),
initial=30,
help_text=_("Interval between two top notification checks"),
help_text=_(
"Interval between two top notification checks (in seconds)"
),
widget=forms.TextInput(attrs={"class": "form-control"})
)

Expand Down

0 comments on commit 9079bd6

Please sign in to comment.