FEAT: More handy buttons

This commit is contained in:
2020-02-17 21:25:25 +00:00
parent 6e15f12fbf
commit 75660644eb
4 changed files with 65 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ class Asset(models.Model, RevisionMixin):
length = models.DecimalField(decimal_places=1, max_digits=10,
blank=True, null=True, help_text='m')
csa = models.DecimalField(decimal_places=2, max_digits=10,
blank=True, null=True, help_text='mm^2')
blank=True, null=True, help_text='mm²')
circuits = models.IntegerField(blank=True, null=True)
cores = models.IntegerField(blank=True, null=True)