mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-03 00:54:31 +01:00
Move display image to Note
This commit is contained in:
@@ -29,6 +29,11 @@ class Note(models.Model):
|
||||
'Unselect this instead of deleting notes.'
|
||||
),
|
||||
)
|
||||
display_image = models.ImageField(
|
||||
verbose_name=_('display image'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("note")
|
||||
|
||||
Reference in New Issue
Block a user