|
date_start = forms.DateField(label=_('Time Period'),
|
|
date_start = forms.DateField(label=_('Time Period'),
|
|
help_text=_('Enter start and end date for time period you want to take data from to use in graph.'),
|
|
help_text=_('Enter start and end date for time period you want to take data from to use in graph.'),
|
|
stats_precision = forms.ChoiceField(label=_('Graph Precision'),
|
|
stats_precision = forms.ChoiceField(label=_('Graph Precision'),
|
|
choices=(('day', _('For each day')), ('week', _('For each week')), ('month', _('For each month')), ('year', _('For each year'))))
|
|
choices=(('day', _('For each day')), ('week', _('For each week')), ('month', _('For each month')), ('year', _('For each year'))))
|