1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

patch sort and optional description

This commit is contained in:
test
2024-03-23 14:32:31 +01:00
parent 50f98fd5ad
commit 7b48b09329
3 changed files with 21 additions and 0 deletions

View File

@ -66,6 +66,8 @@ class Activity(models.Model):
description = models.TextField(
verbose_name=_('description'),
blank=True,
default="",
)
location = models.CharField(