Skip to content

Commit 78cbaf4

Browse files
committed
A remnant of an inadvisable sweeping change that I made and (incompletely)
un-made snuck in. - Legacy-Id: 288
1 parent e8f9c0c commit 78cbaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idtracker/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ class Meta:
775775
verbose_name_plural = 'IETF WG Goals or Milestones'
776776
ordering = ['expected_due_date']
777777
class Admin:
778-
list_display = ('group', 'description', 'expected_due_date', 'done')
778+
list_display = ('group_acronym', 'description', 'expected_due_date', 'done')
779779
date_hierarchy = 'expected_due_date'
780780
list_filter = ['done']
781781
pass

0 commit comments

Comments
 (0)