We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69029dc + 3cfac3e commit b930b9bCopy full SHA for b930b9b
magazine/models.py
@@ -127,6 +127,7 @@ def get_context(
127
class MagazineIssue(DrupalFields, Page): # type: ignore
128
cover_image = models.ForeignKey(
129
"wagtailimages.Image",
130
+ help_text="When uploading images,please choose the highest quality available that meets the upload requirements",
131
on_delete=models.SET_NULL,
132
null=True,
133
blank=True,
0 commit comments