Skip to content

Commit

Permalink
enabled hacker approval in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdbnntt committed Feb 11, 2017
1 parent ddf80ce commit 0dcfc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/hacker_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class HackerAdmin(admin.ModelAdmin):
list_display_links = ('id',)
search_fields = ('user__email', 'user__first_name', 'user__last_name', 'school__name')
ordering = ('-created',)
# actions = ('approve_application', 'un_approve_application')
actions = ('approve_application', 'un_approve_application')

@staticmethod
def user_info(obj):
Expand Down

0 comments on commit 0dcfc1e

Please sign in to comment.