diff --git a/django_kepi/models/thing.py b/django_kepi/models/thing.py index 033d3cd..309f0c2 100644 --- a/django_kepi/models/thing.py +++ b/django_kepi/models/thing.py @@ -26,7 +26,7 @@ ACTIVITY_TYPES = set([ 'Reject', ]) -ACTIVITY_TYPE_CHOICES = [(x,x) for x in ACTIVITY_TYPES] +ACTIVITY_TYPE_CHOICES = [(x,x) for x in sorted(ACTIVITY_TYPES)] OTHER_OBJECT_TYPES = set([ # https://www.w3.org/TR/activitystreams-vocabulary/