feat: add admin for Base Notification

This commit is contained in:
2024-12-12 06:40:11 +01:00
parent b2d0e783be
commit a4f895de81
2 changed files with 15 additions and 4 deletions

View File

@@ -624,10 +624,13 @@ class ModerationAction(models.Model):
return f"[{self.action}]: {self.public_comment}"
"""
Membership
"""
class TextTypeChoices(models.TextChoices):
DEDICATED = "dedicated", _("Fest zugeordnet")
MALE = "M", _("Männlich")
MALE_NEUTERED = "M_N", _("Männlich, kastriert")
FEMALE_NEUTERED = "F_N", _("Weiblich, kastriert")
INTER = "I", _("Intergeschlechtlich")
class Text(models.Model):
"""