Skip to content
Snippets Groups Projects
Commit 1610d55c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'appointments-dev' of...

Merge branch 'appointments-dev' of https://git-r3lab.uni.lu/piotr.atyjaszyk/scheduling-system.git into appointments-dev
parents deeb687c 1af53ab0
No related branches found
No related tags found
1 merge request!5Appointments dev
...@@ -404,7 +404,7 @@ class FlyingTeam(models.Model): ...@@ -404,7 +404,7 @@ class FlyingTeam(models.Model):
# return "%s %s %s" % (self.doctor.last_name, self.nurse.last_name, self.psychologist.last_name) # return "%s %s %s" % (self.doctor.last_name, self.nurse.last_name, self.psychologist.last_name)
place = models.CharField(max_length=50, place = models.CharField(max_length=255,
verbose_name='Place', verbose_name='Place',
) )
......
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