Added new categories for kaehmy

This commit is contained in:
Ojakoo
2022-10-05 12:43:52 +03:00
parent 70676d5203
commit 715b309c89
5 changed files with 1421 additions and 1455 deletions
+2
View File
@@ -13,6 +13,7 @@ class BaseRole(models.Model):
is_board = models.BooleanField(_("Board member"))
CATEGORIES = (
("board", _("Board")),
("corporate", _("Corporate affairs")),
("freshman", _("Freshmen")),
("international", _("International")),
@@ -25,6 +26,7 @@ class BaseRole(models.Model):
("studies", _("Studies")),
("sosso", _("Sössö magazine")),
("alumni", _("Alumni relations")),
("n", _("N")),
("others", _("Others")),
)
category = models.CharField(
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff