Skip to content
Snippets Groups Projects
Commit 2978fd54 authored by aeltheos's avatar aeltheos
Browse files

added default to place_of_birth

parent 4cf01889
No related branches found
No related tags found
1 merge request!41Adding birth_date and birth_location field to follow new legal obligation
......@@ -88,6 +88,7 @@ class Person(Profile):
place_of_birth = models.CharField(
verbose_name=_("Place of birth"),
max_length=256,
default= ""
)
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment