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

Add an explanation textfield for nomination rejection #137

Open lmorchard opened 11 years ago

lmorchard commented 11 years ago

The data model (issue #47) supports a free-form text field to go along with the "reject nomination" button, but the view doesn't use it yet. I haven't quite figured out where to put it that's not totally ugly. Work out where to put it and how to handle submission.