Fix 1.2.1 to be a single choice instead of three (#43)
This commit is contained in:
@ -30,11 +30,7 @@ class CaseStudy(models.Model):
|
||||
|
||||
# Choice lists for drop-downs
|
||||
SECTOR_CHOICES = (
|
||||
(_('Renewable Energy Generation'), (
|
||||
('WND', _('Wind')),
|
||||
('SOL', _('Solar')),
|
||||
('HYD', _('Hydro')),
|
||||
)),
|
||||
('RN', _('Renewable Energy Generation')),
|
||||
('PG', _('Power Grids')),
|
||||
('SM', _('Supply of Minerals')),
|
||||
)
|
||||
|
Reference in New Issue
Block a user