Add some end tags for clarity when translating
This commit is contained in:
parent
0042034919
commit
0e7b9d696e
@ -623,7 +623,7 @@ class CaseStudy(models.Model):
|
|||||||
biomass_detail = models.CharField(
|
biomass_detail = models.CharField(
|
||||||
verbose_name=_("Bio-energy feedstock"),
|
verbose_name=_("Bio-energy feedstock"),
|
||||||
help_text="<div class='text-muted'>" + _(
|
help_text="<div class='text-muted'>" + _(
|
||||||
"<p>Please describe the source of the fuel and how it is processed/used. Please consider:"
|
"<p>Please describe the source of the fuel and how it is processed/used. Please consider:</p>"
|
||||||
"<ul>"
|
"<ul>"
|
||||||
"<li>where the fuel came from e.g. corn, forestry, algae, commercial food waste,"
|
"<li>where the fuel came from e.g. corn, forestry, algae, commercial food waste,"
|
||||||
" landfill gas, sewage, livestock farm, etc.</li>"
|
" landfill gas, sewage, livestock farm, etc.</li>"
|
||||||
@ -632,7 +632,7 @@ class CaseStudy(models.Model):
|
|||||||
" small/modular, artificial photosynthesis, fuel cell, etc.</li>"
|
" small/modular, artificial photosynthesis, fuel cell, etc.</li>"
|
||||||
"</ul>"
|
"</ul>"
|
||||||
"<p>We do not expect users to know this information, but if you do "
|
"<p>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.</p>"
|
||||||
) + "</div>",
|
) + "</div>",
|
||||||
max_length=200,
|
max_length=200,
|
||||||
blank=True
|
blank=True
|
||||||
|
Loading…
Reference in New Issue
Block a user