aboutsummaryrefslogtreecommitdiffstats
path: root/client/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/models.py')
-rw-r--r--client/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/models.py b/client/models.py
index dd5d998..c85ca14 100644
--- a/client/models.py
+++ b/client/models.py
@@ -29,6 +29,8 @@ class PersonalData(models.Model):
home_phone = models.CharField(default="", max_length=250)
phone = models.CharField(default="", max_length=250)
email = models.CharField(default="", max_length=250)
+ school = models.CharField(default="", max_length=250)
+ year = models.IntegerField(default=0)
class MedicalData(models.Model):