We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402a099 commit 2fe2412Copy full SHA for 2fe2412
1 file changed
ietf/meeting/admin.py
@@ -4,7 +4,7 @@
4
SchedTimeSessAssignment, ResourceAssociation, FloorPlan)
5
6
class RoomAdmin(admin.ModelAdmin):
7
- list_display = ["id", "meeting", "name", "capacity", "x1", "y1", "x2", "y2", ]
+ list_display = ["id", "meeting", "name", "capacity", "functional_name", "x1", "y1", "x2", "y2", ]
8
list_filter = ["meeting"]
9
ordering = ["-meeting"]
10
0 commit comments