Fix typo
This commit is contained in:
parent
80cd70ace6
commit
3cabca8c21
|
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 3.2.13 on 2023-04-04 11:49
|
# Generated by Django 3.2.13 on 2023-04-11 09:30
|
||||||
|
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
import wagtail.blocks
|
import wagtail.blocks
|
||||||
|
|
@ -67,7 +67,7 @@ class Migration(migrations.Migration):
|
||||||
"assessment_document_url",
|
"assessment_document_url",
|
||||||
models.CharField(
|
models.CharField(
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="URL zum Beeurteilungsinstrument",
|
help_text="URL zum Beurteilungsinstrument",
|
||||||
max_length=255,
|
max_length=255,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ class Assignment(CourseBasePage):
|
||||||
assessment_document_url = models.CharField(
|
assessment_document_url = models.CharField(
|
||||||
max_length=255,
|
max_length=255,
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="URL zum Beeurteilungsinstrument",
|
help_text="URL zum Beurteilungsinstrument",
|
||||||
)
|
)
|
||||||
|
|
||||||
tasks = StreamField(
|
tasks = StreamField(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue