rename rapid functions
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class Sign(tagulous.models.TagModel):
|
||||
|
||||
|
||||
class ExamBase(models.Model):
|
||||
name = models.CharField(max_length=200)
|
||||
name = models.CharField(max_length=200, help_text="Name of the exam")
|
||||
#exam_questions = SortedManyToManyField(Long, related_name="exams", blank="true")
|
||||
|
||||
active = models.BooleanField(
|
||||
|
||||
Reference in New Issue
Block a user