Typo in POST_edit_campaign.

This commit is contained in:
Brian Simpson
2013-09-26 13:00:22 -04:00
parent 804d037488
commit 4be8c03273

View File

@@ -564,7 +564,7 @@ class PromoteController(ListingController):
business_days=True)
if start < future.date():
day = promote.promo_datetime_now(offset=g.min_promote_future)
day = date.strftime("%m/%d/%Y")
day = day.strftime("%m/%d/%Y")
c.errors.add(errors.DATE_TOO_EARLY, msg_params=dict(day=day),
field="startdate")