update date field label to mark it's a date without time

This commit is contained in:
Frédéric Péters 2013-12-26 16:28:24 +01:00
parent 3545eb55c1
commit d87edf4933
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ SpeakersFactory = FieldFactory(Speakers, u'Speakers')
LegisSessionFactory = FieldFactory(LegisSession, u'Legislative Session')
DateOnlyFactory = FieldFactory(DateOnly, u'Date')
DateOnlyFactory = FieldFactory(DateOnly, u'Date (seule)')
RadioChoiceFactory = FieldFactory(RadioChoice, u'Choice (radio)', values=[])