mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 22:38:09 -05:00
Fix typo in POST_freebie variable name.
This commit is contained in:
@@ -321,7 +321,7 @@ class PromoteController(ListingController):
|
||||
|
||||
# ## POST controllers below
|
||||
@validatedForm(VSponsorAdmin(),
|
||||
link=VLink("link_id"),
|
||||
link=VLink("link_id36"),
|
||||
campaign=VPromoCampaign("campaign_id36"))
|
||||
def POST_freebie(self, form, jquery, link, campaign):
|
||||
if campaign_has_oversold_error(form, campaign):
|
||||
|
||||
Reference in New Issue
Block a user