fixed icon issues

This commit is contained in:
vabene1111
2023-08-30 09:05:24 +02:00
parent 4ffc9cc72f
commit 4a1ec5adf7
3 changed files with 2 additions and 3 deletions

View File

@ -766,7 +766,7 @@ class PropertyType(models.Model, PermissionModelMixin):
order = models.IntegerField(default=0)
description = models.CharField(max_length=512, blank=True, null=True)
category = models.CharField(max_length=64, choices=((NUTRITION, _('Nutrition')), (ALLERGEN, _('Allergen')),
(PRICE, _('Price')), (GOAL, _('Goal')), (OTHER, _('Other'))), null=True, blank=True)
(PRICE, _('Price')), (GOAL, _('Goal')), (OTHER, _('Other'))), null=True, blank=True)
open_data_slug = models.CharField(max_length=128, null=True, blank=True, default=None)
# TODO show if empty property?