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(
|
||||
verbose_name=_("Bio-energy feedstock"),
|
||||
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>"
|
||||
"<li>where the fuel came from e.g. corn, forestry, algae, commercial food waste,"
|
||||
" landfill gas, sewage, livestock farm, etc.</li>"
|
||||
@ -632,7 +632,7 @@ class CaseStudy(models.Model):
|
||||
" small/modular, artificial photosynthesis, fuel cell, etc.</li>"
|
||||
"</ul>"
|
||||
"<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>",
|
||||
max_length=200,
|
||||
blank=True
|
||||
|
Loading…
Reference in New Issue
Block a user