Credits bei Fragen

This commit is contained in:
ben8
2025-06-13 20:36:06 +02:00
parent 78fbdc9cc6
commit 7fcad195bd
8 changed files with 67 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ class QivipQuestion(models.Model):
on_delete=models.PROTECT,
related_name="questions"
)
credits=models.TextField(blank=True, editable=True)
def __str__(self):
return self.data[:50]