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 4bc540b commit 84bf556Copy full SHA for 84bf556
pgweb/account/admin.py
@@ -47,7 +47,7 @@ def clean(self):
47
48
49
class CommunityAuthSiteAdmin(admin.ModelAdmin):
50
- list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', 'org')
+ list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', 'version', 'org')
51
form = CommunityAuthSiteAdminForm
52
53
0 commit comments