.
This commit is contained in:
@@ -121,6 +121,9 @@ class AnatomyQuestion(models.Model):
|
||||
related_name="anatomy_authored_questions",
|
||||
)
|
||||
|
||||
class Meta:
|
||||
permissions = ()
|
||||
|
||||
def __str__(self):
|
||||
# Get first answer
|
||||
return "{} [{}, {}]".format(
|
||||
|
||||
Reference in New Issue
Block a user