always show the show_my_stats input

This commit is contained in:
imperosol
2026-03-23 22:25:20 +01:00
parent 739a1bba47
commit 2a8e810ad0
4 changed files with 20 additions and 9 deletions

View File

@@ -781,7 +781,10 @@ class Preferences(models.Model):
receive_weekmail = models.BooleanField(_("receive the Weekmail"), default=False)
show_my_stats = models.BooleanField(
_("show your stats to others"),
help_text=_("Allow subscribers to access your AE account stats."),
help_text=_(
"Allow subscribers (or whitelisted users "
"if your profile is hidden) to access your AE account stats."
),
default=False,
)
notify_on_click = models.BooleanField(