Commit 5632829f authored by Charles Lim's avatar Charles Lim

Changed model def_str of homepage

parent f620ddf0
...@@ -23,3 +23,6 @@ class WidgetUser(models.Model): ...@@ -23,3 +23,6 @@ class WidgetUser(models.Model):
on_delete=models.SET_NULL, on_delete=models.SET_NULL,
null=True null=True
) )
def __str__(self):
return self.first_name + " " + self.last_name
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