mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-07 15:29:51 +01:00
patch sort and optional description
This commit is contained in:
@@ -66,6 +66,8 @@ class Activity(models.Model):
|
||||
|
||||
description = models.TextField(
|
||||
verbose_name=_('description'),
|
||||
blank=True,
|
||||
default="",
|
||||
)
|
||||
|
||||
location = models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user