Skip to content

Commit

Permalink
User details
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 11, 2025
1 parent ffb3abd commit 4163bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ class QuizID:
date_completed = models.DateTimeField()

def __str__(self):
return f"{self.user.username} - {self.module}"
return f"{self.user.username} - {self.quiz_id.__str__()}"

0 comments on commit 4163bde

Please sign in to comment.