mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Trigger badge claim from front page, rather than show claim detail #56

Closed lmorchard closed 12 years ago

lmorchard commented 12 years ago

Currently, entering a claim code from the front page leads to the claim detail page. Then, a user can sign in and claim the badge.

Instead, treat a claim code from the front page as an immediate claim and award without a view of the claim detail page.