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

Implement nomination rejection #47

Closed lmorchard closed 11 years ago

lmorchard commented 12 years ago

There's no way to reject a nomination right now. Implement that, along with:

lmorchard commented 11 years ago

This mostly works, but I haven't worked out how best to present an optional textarea to accept a reason or explanation for the nomination rejection. I'll file another issue for that.