Skip to content

Commit

Permalink
feat(billing): filter by visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 6, 2024
1 parent ac04af6 commit 15021fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weblate/billing/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ class PlanAdmin(WeblateModelAdmin):
"display_limit_strings",
"display_limit_languages",
"display_limit_projects",
"public",
"change_access_control",
)
ordering = ["price"]
prepopulated_fields = {"slug": ("name",)}
list_filter = ["public", "change_access_control"]


def format_user(obj) -> str:
Expand Down

0 comments on commit 15021fb

Please sign in to comment.