Skip to content

Commit 84bf556

Browse files
committed
Show cauth version field in django overview page
1 parent 4bc540b commit 84bf556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgweb/account/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def clean(self):
4747

4848

4949
class CommunityAuthSiteAdmin(admin.ModelAdmin):
50-
list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', 'org')
50+
list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', 'version', 'org')
5151
form = CommunityAuthSiteAdminForm
5252

5353

0 commit comments

Comments
 (0)