Skip to content

Commit

Permalink
Add other valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
acatton committed Nov 26, 2013
1 parent 17f4974 commit 014119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionbox/forms/fields.py
Expand Up @@ -204,7 +204,7 @@ def __init__(self, month, year):
self.year = year

def __init__(self, *args, **kwargs):
kwargs.setdefault('help_text', "MM / YY")
kwargs.setdefault('help_text', "MM / YY or MM / YYYY")
super(CCExpirationDateField, self).__init__(*args, **kwargs)

def clean(self, value):
Expand Down

0 comments on commit 014119c

Please sign in to comment.