projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc540b
)
Show cauth version field in django overview page
master
github/master
author
Magnus Hagander
Mon, 16 Jun 2025 13:47:45 +0000
(15:47 +0200)
committer
Magnus Hagander
Mon, 16 Jun 2025 13:47:45 +0000
(15:47 +0200)
pgweb/account/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/admin.py
b/pgweb/account/admin.py
index 8cea5605091b6ca1764877c53f5b33bebe236b1a..dd89e9a54253aa143e19c352eee53eb50d6d86c6 100644
(file)
--- a/
pgweb/account/admin.py
+++ b/
pgweb/account/admin.py
@@
-47,7
+47,7
@@
class CommunityAuthSiteAdminForm(forms.ModelForm):
class CommunityAuthSiteAdmin(admin.ModelAdmin):
- list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', 'org')
+ list_display = ('name', 'cooloff_hours', 'push_changes', 'push_ssh', '
version', '
org')
form = CommunityAuthSiteAdminForm