From 0e7b9d696e6ca5d7657790596a540a72371b9266 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Mon, 18 Mar 2019 17:29:55 +0000 Subject: [PATCH] Add some end tags for clarity when translating --- apps/map/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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