Mercurial > public > sg101
diff bio/badges.py @ 823:5892c05886a9
Band map WIP: add approve new band map entries in admin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Sep 2014 20:09:05 -0500 |
parents | 9e803323a0d0 |
children |
line wrap: on
line diff
--- a/bio/badges.py Wed Sep 24 19:53:36 2014 -0500 +++ b/bio/badges.py Wed Sep 24 20:09:05 2014 -0500 @@ -7,7 +7,7 @@ # Numeric ID's for badges that are awarded for user actions: (CONTRIBUTOR_PIN, CALENDAR_PIN, NEWS_PIN, LINK_PIN, DOWNLOAD_PIN, - SECURITY_PIN, POTD_PIN) = range(7) + SECURITY_PIN, POTD_PIN, MAP_PIN) = range(8) def award_badge(badge_id, user):