Added new categories for kaehmy
This commit is contained in:
@@ -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.
+718
-725
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+701
-730
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user