|
|
@ -36,7 +36,6 @@ class Extern(Volunteer): |
|
|
|
def save(self,*args,**kwargs): |
|
|
|
# is there a way to call super().save() only once? |
|
|
|
super().save(*args,*kwargs) |
|
|
|
print('******EXTERNSAVE********') |
|
|
|
self.service_id = type(self).__name__ + str(self.pk) |
|
|
|
super().save(*args,*kwargs) |
|
|
|
|
|
|
|