From d87edf493366f215e40d4240c9060fd8f9888fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 26 Dec 2013 16:28:24 +0100 Subject: [PATCH] update date field label to mark it's a date without time --- themis/fields/editors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themis/fields/editors.py b/themis/fields/editors.py index 6e008c5..72482e5 100644 --- a/themis/fields/editors.py +++ b/themis/fields/editors.py @@ -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=[])