Commit 8dd8a6b165ef25641f29ffcc7b986bb88009e76c

Authored by Luan
1 parent b615983c

Minor fix

src/badger/management/commands/update_badges.py
... ... @@ -8,7 +8,7 @@ from badger.models import Badge
8 8  
9 9  
10 10 class Command(BaseCommand):
11   - help = "Updates the user's badges"
  11 + help = "Update the user's badges"
12 12  
13 13 def handle(self, *args, **kwargs):
14 14 for badge in Badge.objects.filter(type='auto'):
... ...