Add Godparent as event role
This commit is contained in:
parent
62ee9d2c7d
commit
dbc999669b
@ -44,6 +44,7 @@ class EventRoleType(GrampsType):
|
||||
WITNESS = 7
|
||||
FAMILY = 8
|
||||
INFORMANT = 9
|
||||
GODPARENT = 10
|
||||
|
||||
_CUSTOM = CUSTOM
|
||||
_DEFAULT = PRIMARY
|
||||
@ -60,6 +61,7 @@ class EventRoleType(GrampsType):
|
||||
(WITNESS, _("Witness"), "Witness"),
|
||||
(FAMILY, _("Family", "Role"), "Family"),
|
||||
(INFORMANT, _("Informant"), "Informant"),
|
||||
(GODPARENT, _("Godparent"), "Godparent"),
|
||||
]
|
||||
|
||||
def __init__(self, value=None):
|
||||
|
Loading…
Reference in New Issue
Block a user