Commit 97e344a2 authored by Gabriel G. Garrero's avatar Gabriel G. Garrero

Edited WidgetUser model.

parent 625fb717
...@@ -16,4 +16,4 @@ class WidgetUser(models.Model): ...@@ -16,4 +16,4 @@ class WidgetUser(models.Model):
department = models.ForeignKey(Department, on_delete = models.CASCADE) department = models.ForeignKey(Department, on_delete = models.CASCADE)
def __str__(self): def __str__(self):
return self.last_name return self.first_name + ' ' + self.last_name
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment