Skip to content

Commit

Permalink
Added missing translation string for review form
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jul 19, 2012
1 parent 0d284ec commit 3c4e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar/apps/dashboard/reviews/forms.py
Expand Up @@ -24,7 +24,7 @@ class ProductReviewSearchForm(forms.Form):
keyword = forms.CharField(required=False, label=_("Keyword"))
status = forms.ChoiceField(required=False, choices=STATUS_CHOICES,
label=_("Status"))
date_from = forms.DateTimeField(required=False)
date_from = forms.DateTimeField(required=False, label=_("Date from"))
date_to = forms.DateTimeField(required=False, label=_('to'))
name = forms.CharField(required=False, label=_('Customer name'))

Expand Down

0 comments on commit 3c4e61f

Please sign in to comment.