mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-07 19:20:13 +02:00
Fix linting
This commit is contained in:
@ -245,6 +245,9 @@ class Question(models.Model):
|
||||
verbose_name=_("question"),
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return self.question
|
||||
|
||||
|
||||
class Phase(models.Model):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user