Feat: Home page content updated with new marketing images. DOG section styles updated for marketing materials.

This commit is contained in:
2025-08-01 12:37:08 +01:00
parent 5c4128deca
commit 36133d8859
55 changed files with 4704 additions and 456 deletions

View File

@@ -85,7 +85,7 @@ class Unit_Measurement(SQLAlchemy_ABC, Base):
unit.id_unit_measurement = None
unit.name_singular = ''
unit.name_plural = ''
unit.symbol = ''
unit.symbol = '%' if query_row[4] == '/' else query_row[4]
return unit
@classmethod