diff --git a/apps/map/models.py b/apps/map/models.py index 405e19e..fe88705 100644 --- a/apps/map/models.py +++ b/apps/map/models.py @@ -623,7 +623,7 @@ class CaseStudy(models.Model): biomass_detail = models.CharField( verbose_name=_("Bio-energy feedstock"), help_text="
" + _( - "

Please describe the source of the fuel and how it is processed/used. Please consider:" + "

Please describe the source of the fuel and how it is processed/used. Please consider:

" "" "

We do not expect users to know this information, but if you do " - " it may be useful to give a fuller picture." + " it may be useful to give a fuller picture.

" ) + "
", max_length=200, blank=True