This commit is contained in:
Elia Bieri 2023-04-11 11:31:51 +02:00
parent 80cd70ace6
commit 3cabca8c21
2 changed files with 3 additions and 3 deletions

View File

@ -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 wagtail.blocks
@ -67,7 +67,7 @@ class Migration(migrations.Migration):
"assessment_document_url",
models.CharField(
blank=True,
help_text="URL zum Beeurteilungsinstrument",
help_text="URL zum Beurteilungsinstrument",
max_length=255,
),
),

View File

@ -102,7 +102,7 @@ class Assignment(CourseBasePage):
assessment_document_url = models.CharField(
max_length=255,
blank=True,
help_text="URL zum Beeurteilungsinstrument",
help_text="URL zum Beurteilungsinstrument",
)
tasks = StreamField(