diff options
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 1c0acadbc..a112829f1 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -332,7 +332,7 @@ class ActivityType(GeneralType): class Meta: verbose_name = _("Activity Type") verbose_name_plural = _("Activity Types") - ordering = ("order",) + ordering = ("order", "label") def __str__(self): return self.label |