Commit 8509b3a3 by Desztics Armand

fixed new message date format hint

parent 3ebb7ccc
Pipeline #158 passed with stage
in 0 seconds
...@@ -1632,9 +1632,9 @@ class MessageForm(ModelForm): ...@@ -1632,9 +1632,9 @@ class MessageForm(ModelForm):
fields = ("message", "enabled", "effect", "start", "end") fields = ("message", "enabled", "effect", "start", "end")
help_texts = { help_texts = {
'start': _("Start time of the message in " 'start': _("Start time of the message in "
"YYYY.DD.MM. hh.mm.ss format."), "YYYY-MM-DD hh:mm:ss format."),
'end': _("End time of the message in " 'end': _("End time of the message in "
"YYYY.DD.MM. hh.mm.ss format."), "YYYY-MM-DD hh:mm:ss format."),
'effect': _('The color of the message box defined by the ' 'effect': _('The color of the message box defined by the '
'respective ' 'respective '
'<a href="http://getbootstrap.com/components/#alerts">' '<a href="http://getbootstrap.com/components/#alerts">'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment