Skip to content

Commit

Permalink
rename visits -> clicks in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Dec 24, 2024
1 parent a8fd842 commit 98b5f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ class WorkspaceInviteAdmin(admin.ModelAdmin):
"email",
"status",
"has_expired",
"visits",
"clicks",
"created_by",
"updated_by",
"created_at",
"updated_at",
]
list_filter = ["created_at", "status"]
readonly_fields = [
"visits",
"clicks",
"auto_accepted",
"has_expired",
"created_at",
Expand Down

0 comments on commit 98b5f36

Please sign in to comment.