More line wrapping fixes.

This commit is contained in:
Daniel Dupriest 2019-03-23 16:05:12 -07:00 committed by GitHub
parent 779079e775
commit 0a33dcc6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,10 +90,7 @@ Example python:
``` ```
lodging_section = Section( lodging_section = Section(
title="Hotel / Lodging", title="Hotel / Lodging",
html_description="<p>Please submit a receipt from your hotel including both the html_description="<p>Please submit a receipt from your hotel including both the total amount and the dates of your stay. Per diem rates can be found on <a href='https://www.gsa.gov/travel/plan-book/per-diem-rates' target='_blank'>the U.S. GSA website</a>.</p>",
total amount and the dates of your stay. Per diem rates can be found on <a href='htt
ps://www.gsa.gov/travel/plan-book/per-diem-rates' target='_blank'>the U.S. GSA websi
te</a>.</p>",
fields={ fields={
"per_diem_rate": {"number": 0, "label": "USGSA Per diem rate", "field_type": "decimal"}, "per_diem_rate": {"number": 0, "label": "USGSA Per diem rate", "field_type": "decimal"},
"cost": {"number": 1, "label": "Total cost for lodging", "field_type": "decimal"}, "cost": {"number": 1, "label": "Total cost for lodging", "field_type": "decimal"},