added first draft of property editor

This commit is contained in:
vabene1111
2023-11-27 22:20:09 +01:00
parent 977d2822bc
commit 9c74730461
6 changed files with 114 additions and 61 deletions

View File

@@ -767,6 +767,7 @@ class PropertyType(models.Model, PermissionModelMixin):
(PRICE, _('Price')), (GOAL, _('Goal')), (OTHER, _('Other'))), null=True, blank=True)
open_data_slug = models.CharField(max_length=128, null=True, blank=True, default=None)
fdc_id = models.CharField(max_length=128, null=True, blank=True, default=None)
# TODO show if empty property?
# TODO formatting property?