diff --git a/apps/map/models.py b/apps/map/models.py index 1c784c2..402ad3c 100644 --- a/apps/map/models.py +++ b/apps/map/models.py @@ -173,7 +173,7 @@ class CaseStudy(models.Model): ('SSWE', _('Small-scale wind (<500kW)')), ('LSWE', _('Large-scale wind (>500kW)')) )), - ('OTHR', _('Other (tidal, wave etc)')) + ('OTHR', _('Other (tidal, wave, etc.)')) ) POWER_TECHNOLOGY_CHOICES = ( @@ -283,11 +283,11 @@ class CaseStudy(models.Model): ('EIMP', _('Environmental impacts (severe impacts on ecosystems / violation of laws, plans or programs of \ environmental conservation or territorial governance systems etc.')), ('NCUL', _('Negative cultural impacts (erosion/destruction of bio-cultural heritage, impacts on sacred land \ - etc)')), + etc.)')), ('AGGR', _('Aggression/threats to community members opposed to the project, collaboration with organized crime \ - etc')), + etc.')), ('ALAB', _('Abusive labour practices')), - ('CRUP', _('Corruption and/or irregular permitting or contracting, conflicts of interest etc')), + ('CRUP', _('Corruption and/or irregular permitting or contracting, conflicts of interest etc.')), ) # Dynamically generate a list of choices 40 years prior and after the current year. @@ -711,7 +711,7 @@ class CaseStudy(models.Model): # TODO: Auto-completion based on previous entries so we can query case-studies with the same answer. contractor_or_supplier_of_technology = models.TextField( verbose_name=_('Contractor and/or supplier of technology'), - help_text=_('List companies that act as contractors or suppliers – e.g. Siemens Gamesa, GE, Alstom, Vestas, Hanwha Q CELLS, Mitsubishi, First Solar, Jinko Solar, Trina Solar, Suzlon Energy, Statkraft, Shanghai Electric, Ballard Power Systems, Panasonic, etc'), + help_text=_('List companies that act as contractors or suppliers – e.g. Siemens Gamesa, GE, Alstom, Vestas, Hanwha Q CELLS, Mitsubishi, First Solar, Jinko Solar, Trina Solar, Suzlon Energy, Statkraft, Shanghai Electric, Ballard Power Systems, Panasonic, etc.'), blank=True, ) @@ -938,7 +938,7 @@ class CaseStudy(models.Model): # 3.2.4.3 participation_mechanisms = models.TextField( verbose_name=_("What mechanisms of participation have been used?"), - help_text=_("e.g. direct action, local referendums, legal cases, letters or petitions etc"), + help_text=_("e.g. direct action, local referendums, legal cases, letters or petitions etc."), blank=True )