Skip to content

Commit

Permalink
too many responders
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Dec 17, 2016
1 parent 1846946 commit a47e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamtemp/responses/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TeamTemperatureAdmin(admin.ModelAdmin):
class TemperatureResponseAdmin(admin.ModelAdmin):
list_display = ("id", _request_id, "responder", "team_name", "score", "word", "response_date")
list_filter = ("archived", )
readonly_fields = ("id", )
readonly_fields = ("id", 'responder')


class TeamResponseHistoryAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit a47e9e8

Please sign in to comment.