From 9dcc51f2211385239b0272bdbf2466637c874f35 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 30 May 2021 10:34:01 +0300 Subject: Check-in fixes and improvements --- servo/models/device.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'servo/models/device.py') diff --git a/servo/models/device.py b/servo/models/device.py index d994d20..671dc3e 100644 --- a/servo/models/device.py +++ b/servo/models/device.py @@ -141,8 +141,8 @@ class Device(models.Model): blank=True, max_length=128, choices=countries, - default=defaults.country, - verbose_name=_("Purchase Country") + verbose_name=_("Country Of Purchase"), + default=settings.INSTALL_COUNTRY.upper(), ) sla_description = models.TextField(null=True, editable=False) -- cgit v1.2.3